#BEE185

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

Shades of Sulu #BEE185

Tints of Sulu #BEE185

Color information

#BEE185 (or 0xBEE185) is unknown color: approx Sulu. HEX triplet: BE, E1 and 85. RGB value is (190,225,133). Sum of RGB (Red+Green+Blue) = 190+225+133=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE185 is #411E7A. Grayscale: #CCCCCC. Windows color (decimal): -4267643 or 8774078. OLE color: 8774078.

HSL color Cylindrical-coordinate representation of color #BEE185: hue angle of 82.83º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEE185 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB190225133-
CMYK0.1600.410.12
HSL82.83º60.53%70.2%-
HSV(B)82.83º40.89%88.24%-
XYZ52.3966.4932.26-
YUV204.0587.9117.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 225 (88.28% from 255) = 41.06%
BLUE value IS 133 (52.34% from 255) = 24.27%
R=34.67%
G=41.06%
B=24.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902251330.1600.410.1282.8360.5370.2
HexBEE18510029C533d46
Octal276341205200511412375106
Binary101111101110000110000101100000101001110010100111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE185; }

 p { color: rgb(190,225,133); }

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

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

 a { background-color: rgb(190,225,133); }

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

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

 span { border-color: rgb(190,225,133); }

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