Html Css Color HEX #BAEA66 Conifer

📋 copy color: '#BAEA66'

red 186 ◦ green 234 ◦ blue 102

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

Shades of Conifer #BAEA66

Tints of Conifer #BAEA66

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.83%

 BLUE value IS 102 (40.23% from 255) = 19.54%

R = 35.63%
G = 44.83%
B = 19.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#BAEA66 (or 0xBAEA66) is known color: Conifer. HEX triplet: BA, EA and 66. RGB value is (186,234,102). Sum of RGB (Red+Green+Blue) = 186+234+102=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA66 is #451599. Grayscale: #CDCDCD. Windows color (decimal): -4527514 or 6744762. OLE color: 6744762.

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

Color convert

RGB 186 234 102 -
CMYK 0.21 0 0.56 0.08
HSL 81.82º 0.76% 0.66% -
HSV(B) 81.82º 0.56% 0.92% -
XYZ 52.07 70.24 23.38 -
YUV 204.6 70.1 114.73 -
System Red Green Blue C M Y K H S L
Decimal 186 234 102 0.21 0 0.56 0.08 81.82 0.76 0.66
Hex BA EA 66 15 0 38 8 52 4C 42
Octal 272 352 146 25 0 70 10 122 114 102
Binary 10111010 11101010 1100110 10101 0 111000 1000 1010010 1001100 1000010

Color Harmonies of #BAEA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA66

Black with #BAEA66

Text Example


Text Example

White with #BAEA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA66; }

 p { color: rgb(186,234,102); }

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

background-color css

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

 a { background-color: rgb(186,234,102); }

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

border-color css

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

 span { border-color: rgb(186,234,102); }

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