#BEE495

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

Shades of Reef #BEE495

Tints of Reef #BEE495

Color information

#BEE495 (or 0xBEE495) is unknown color: approx Reef. HEX triplet: BE, E4 and 95. RGB value is (190,228,149). Sum of RGB (Red+Green+Blue) = 190+228+149=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE495 is #411B6A. Grayscale: #CFCFCF. Windows color (decimal): -4266859 or 9823422. OLE color: 9823422.

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

Color convert

RGB190228149-
CMYK0.1700.350.11
HSL88.86º59.4%73.92%-
HSV(B)88.86º34.65%89.41%-
XYZ54.468.638.81-
YUV207.6394.91115.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 228 (89.45% from 255) = 40.21%
BLUE value IS 149 (58.59% from 255) = 26.28%
R=33.51%
G=40.21%
B=26.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902281490.1700.350.1188.8659.473.92
HexBEE49511023B593b4a
Octal276344225210431313173112
Binary101111101110010010010101100010100011101110110011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE495; }

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

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

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

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

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

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

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

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