#BEE996

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

Shades of Reef #BEE996

Tints of Reef #BEE996

Color information

#BEE996 (or 0xBEE996) is unknown color: approx Reef. HEX triplet: BE, E9 and 96. RGB value is (190,233,150). Sum of RGB (Red+Green+Blue) = 190+233+150=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE996 is #411669. Grayscale: #D2D2D2. Windows color (decimal): -4265578 or 9890238. OLE color: 9890238.

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

Color convert

RGB190233150-
CMYK0.1800.360.09
HSL91.08º65.35%75.1%-
HSV(B)91.08º35.62%91.37%-
XYZ55.8871.4339.7-
YUV210.6893.75113.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 233 (91.41% from 255) = 40.66%
BLUE value IS 150 (58.98% from 255) = 26.18%
R=33.16%
G=40.66%
B=26.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902331500.1800.360.0991.0865.3575.1
HexBEE9961202495b414b
Octal2763512262204411133101113
Binary1011111011101001100101101001001001001001101101110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE996; }

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

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

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

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

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

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

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

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