#BEEA66

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

Shades of Conifer #BEEA66

Tints of Conifer #BEEA66

Color information

#BEEA66 (or 0xBEEA66) is unknown color: approx Conifer. HEX triplet: BE, EA and 66. RGB value is (190,234,102). Sum of RGB (Red+Green+Blue) = 190+234+102=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEA66 is #411599. Grayscale: #CECECE. Windows color (decimal): -4265370 or 6744766. OLE color: 6744766.

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

Color convert

RGB190234102-
CMYK0.1900.560.08
HSL80º75.86%65.88%-
HSV(B)80º56.41%91.76%-
XYZ53.0670.7523.43-
YUV205.869.42116.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 234 (91.80% from 255) = 44.49%
BLUE value IS 102 (40.23% from 255) = 19.39%
R=36.12%
G=44.49%
B=19.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902341020.1900.560.088075.8665.88
HexBEEA66130388504c42
Octal2763521462307010120114102
Binary101111101110101011001101001101110001000101000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEA66; }

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

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

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

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

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

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

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

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