#BEEB95

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

Shades of Reef #BEEB95

Tints of Reef #BEEB95

Color information

#BEEB95 (or 0xBEEB95) is unknown color: approx Reef. HEX triplet: BE, EB and 95. RGB value is (190,235,149). Sum of RGB (Red+Green+Blue) = 190+235+149=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 149 (58.59% from 255 or 25.96% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEB95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEB95 is #41146A. Grayscale: #D4D4D4. Windows color (decimal): -4265067 or 9825214. OLE color: 9825214.

HSL color Cylindrical-coordinate representation of color #BEEB95: hue angle of 91.4º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEEB95 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB190235149-
CMYK0.1900.370.08
HSL91.4º68.25%75.29%-
HSV(B)91.4º36.6%92.16%-
XYZ56.3772.5339.46-
YUV211.7492.59112.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.10%
GREEN value IS 235 (92.19% from 255) = 40.94%
BLUE value IS 149 (58.59% from 255) = 25.96%
R=33.10%
G=40.94%
B=25.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902351490.1900.370.0891.468.2575.29
HexBEEB951302585b444b
Octal2763532252304510133104113
Binary1011111011101011100101011001101001011000101101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEB95; }

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

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

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

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

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

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

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

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