Html Css Color HEX #BAE966 Conifer

📋 copy color: '#BAE966'

red 186 ◦ green 233 ◦ blue 102

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

Shades of Conifer #BAE966

Tints of Conifer #BAE966

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.72%

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

R = 35.7%
G = 44.72%
B = 19.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#BAE966 (or 0xBAE966) is known color: Conifer. HEX triplet: BA, E9 and 66. RGB value is (186,233,102). Sum of RGB (Red+Green+Blue) = 186+233+102=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE966 is #451699. Grayscale: #CCCCCC. Windows color (decimal): -4527770 or 6744506. OLE color: 6744506.

HSL color Cylindrical-coordinate representation of color #BAE966: hue angle of 81.53º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAE966 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 102 -
CMYK 0.20 0 0.56 0.09
HSL 81.53º 0.75% 0.66% -
HSV(B) 81.53º 0.56% 0.91% -
XYZ 51.79 69.68 23.29 -
YUV 204.01 70.43 115.15 -
System Red Green Blue C M Y K H S L
Decimal 186 233 102 0.20 0 0.56 0.09 81.53 0.75 0.66
Hex BA E9 66 14 0 38 9 52 4B 42
Octal 272 351 146 24 0 70 11 122 113 102
Binary 10111010 11101001 1100110 10100 0 111000 1001 1010010 1001011 1000010

Color Harmonies of #BAE966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE966

Black with #BAE966

Text Example


Text Example

White with #BAE966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE966; }

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

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

background-color css

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

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

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

border-color css

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

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

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