#BEE162

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

Shades of Conifer #BEE162

Tints of Conifer #BEE162

Color information

#BEE162 (or 0xBEE162) is unknown color: approx Conifer. HEX triplet: BE, E1 and 62. RGB value is (190,225,98). Sum of RGB (Red+Green+Blue) = 190+225+98=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE162 is #411E9D. Grayscale: #C8C8C8. Windows color (decimal): -4267678 or 6480318. OLE color: 6480318.

HSL color Cylindrical-coordinate representation of color #BEE162: hue angle of 76.54º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEE162 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB19022598-
CMYK0.1600.560.12
HSL76.54º67.91%63.33%-
HSV(B)76.54º56.44%88.24%-
XYZ50.3765.6821.58-
YUV200.0670.4120.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 225 (88.28% from 255) = 43.86%
BLUE value IS 98 (38.67% from 255) = 19.10%
R=37.04%
G=43.86%
B=19.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal190225980.1600.560.1276.5467.9163.33
HexBEE16210038C4d443f
Octal276341142200701411510477
Binary10111110111000011100010100000111000110010011011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE162; }

 p { color: rgb(190,225,98); }

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

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

 a { background-color: rgb(190,225,98); }

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

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

 span { border-color: rgb(190,225,98); }

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