#BEE385

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

Shades of Sulu #BEE385

Tints of Sulu #BEE385

Color information

#BEE385 (or 0xBEE385) is unknown color: approx Sulu. HEX triplet: BE, E3 and 85. RGB value is (190,227,133). Sum of RGB (Red+Green+Blue) = 190+227+133=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE385 is #411C7A. Grayscale: #CDCDCD. Windows color (decimal): -4267131 or 8774590. OLE color: 8774590.

HSL color Cylindrical-coordinate representation of color #BEE385: hue angle of 83.62º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEE385 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB190227133-
CMYK0.1600.410.11
HSL83.62º62.67%70.59%-
HSV(B)83.62º41.41%89.02%-
XYZ52.9467.5832.44-
YUV205.2287.24117.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 227 (89.06% from 255) = 41.27%
BLUE value IS 133 (52.34% from 255) = 24.18%
R=34.55%
G=41.27%
B=24.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902271330.1600.410.1183.6262.6770.59
HexBEE38510029B543f47
Octal276343205200511312477107
Binary101111101110001110000101100000101001101110101001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE385; }

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

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

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

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

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

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

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

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