#BEE966

Color #BEE966 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BEE966

Tints of Conifer #BEE966

Color information

#BEE966 (or 0xBEE966) is unknown color: approx Conifer. HEX triplet: BE, E9 and 66. RGB value is (190,233,102). Sum of RGB (Red+Green+Blue) = 190+233+102=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE966 is #411699. Grayscale: #CDCDCD. Windows color (decimal): -4265626 or 6744510. OLE color: 6744510.

HSL color Cylindrical-coordinate representation of color #BEE966: hue angle of 79.69º 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 #BEE966 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB190233102-
CMYK0.1800.560.09
HSL79.69º74.86%65.69%-
HSV(B)79.69º56.22%91.37%-
XYZ52.7770.1823.34-
YUV205.2169.75117.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 233 (91.41% from 255) = 44.38%
BLUE value IS 102 (40.23% from 255) = 19.43%
R=36.19%
G=44.38%
B=19.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902331020.1800.560.0979.6974.8665.69
HexBEE966120389504b42
Octal2763511462207011120113102
Binary101111101110100111001101001001110001001101000010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE966; }

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

 H1.HeaderClassName
 {
   color: #BEE966;
 }
 .AnyTagClassName
 {
   color: #BEE966;
 }
</style>
background-color css

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

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

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

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

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

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