#BEE462

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

Shades of Conifer #BEE462

Tints of Conifer #BEE462

Color information

#BEE462 (or 0xBEE462) is unknown color: approx Conifer. HEX triplet: BE, E4 and 62. RGB value is (190,228,98). Sum of RGB (Red+Green+Blue) = 190+228+98=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE462 is #411B9D. Grayscale: #CACACA. Windows color (decimal): -4266910 or 6481086. OLE color: 6481086.

HSL color Cylindrical-coordinate representation of color #BEE462: hue angle of 77.54º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEE462 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB19022898-
CMYK0.1700.570.11
HSL77.54º70.65%63.92%-
HSV(B)77.54º57.02%89.41%-
XYZ51.1867.3221.85-
YUV201.8269.41119.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 228 (89.45% from 255) = 44.19%
BLUE value IS 98 (38.67% from 255) = 18.99%
R=36.82%
G=44.19%
B=18.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal190228980.1700.570.1177.5470.6563.92
HexBEE46211039B4e4740
Octal2763441422107113116107100
Binary101111101110010011000101000101110011011100111010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE462; }

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

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

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

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

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

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

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

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