#BEED95

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

Shades of Reef #BEED95

Tints of Reef #BEED95

Color information

#BEED95 (or 0xBEED95) is unknown color: approx Reef. HEX triplet: BE, ED and 95. RGB value is (190,237,149). Sum of RGB (Red+Green+Blue) = 190+237+149=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEED95 is #41126A. Grayscale: #D5D5D5. Windows color (decimal): -4264555 or 9825726. OLE color: 9825726.

HSL color Cylindrical-coordinate representation of color #BEED95: hue angle of 92.05º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEED95 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB190237149-
CMYK0.2000.370.07
HSL92.05º70.97%75.69%-
HSV(B)92.05º37.13%92.94%-
XYZ56.9473.6939.66-
YUV212.9291.93111.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 237 (92.97% from 255) = 41.15%
BLUE value IS 149 (58.59% from 255) = 25.87%
R=32.99%
G=41.15%
B=25.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902371490.2000.370.0792.0570.9775.69
HexBEED951402575c474c
Octal276355225240457134107114
Binary101111101110110110010101101000100101111101110010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEED95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEED95; }

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

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

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

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

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

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

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

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