Html Css Color HEX #BAEB49 Conifer

📋 copy color: '#BAEB49'

red 186 ◦ green 235 ◦ blue 73

#BAEB49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BAEB49

Tints of Conifer #BAEB49

RGB

 RED value IS 186 (73.05% from 255) = 37.65%

 GREEN value IS 235 (92.19% from 255) = 47.57%

 BLUE value IS 73 (28.91% from 255) = 14.78%

R = 37.65%
G = 47.57%
B = 14.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BAEB49 (or 0xBAEB49) is known color: Conifer. HEX triplet: BA, EB and 49. RGB value is (186,235,73). Sum of RGB (Red+Green+Blue) = 186+235+73=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 73 (28.91% from 255 or 14.78% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEB49 is #4514B6. Grayscale: #CACACA. Windows color (decimal): -4527287 or 4844474. OLE color: 4844474.

HSL color Cylindrical-coordinate representation of color #BAEB49: hue angle of 78.15º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAEB49 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 235 73 -
CMYK 0.21 0 0.69 0.08
HSL 78.15º 0.8% 0.6% -
HSV(B) 78.15º 0.69% 0.92% -
XYZ 51.16 70.34 17.18 -
YUV 201.88 55.27 116.67 -
System Red Green Blue C M Y K H S L
Decimal 186 235 73 0.21 0 0.69 0.08 78.15 0.8 0.6
Hex BA EB 49 15 0 45 8 4E 50 3C
Octal 272 353 111 25 0 105 10 116 120 74
Binary 10111010 11101011 1001001 10101 0 1000101 1000 1001110 1010000 111100

Color Harmonies of #BAEB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEB49

Black with #BAEB49

Text Example


Text Example

White with #BAEB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEB49; }

 p { color: rgb(186,235,73); }

 H1.HeaderClassName
 {
   color: #BAEB49;
 }
 .AnyTagClassName
 {
   color: #BAEB49;
 }
</style>

background-color css

<style>
 a { background-color: #BAEB49; }

 a { background-color: rgb(186,235,73); }

 div.DivClassName
 {
   background-color: #BAEB49;
 }
 .BgClassName
 {
   background-color: #BAEB49;
 }
</style>

border-color css

<style>
 span { border-color: #BAEB49; }

 span { border-color: rgb(186,235,73); }

 td.TdClassName
 {
   border-color: #BAEB49;
 }
 .TagClassName
 {
   border-color: #BAEB49;
 }
</style>