#BEE170

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

Shades of Sulu #BEE170

Tints of Sulu #BEE170

Color information

#BEE170 (or 0xBEE170) is unknown color: approx Sulu. HEX triplet: BE, E1 and 70. RGB value is (190,225,112). Sum of RGB (Red+Green+Blue) = 190+225+112=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE170 is #411E8F. Grayscale: #CACACA. Windows color (decimal): -4267664 or 7397822. OLE color: 7397822.

HSL color Cylindrical-coordinate representation of color #BEE170: hue angle of 78.58º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEE170 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB190225112-
CMYK0.1600.500.12
HSL78.58º65.32%66.08%-
HSV(B)78.58º50.22%88.24%-
XYZ51.0965.9725.37-
YUV201.6577.4119.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 225 (88.28% from 255) = 42.69%
BLUE value IS 112 (44.14% from 255) = 21.25%
R=36.05%
G=42.69%
B=21.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902251120.1600.500.1278.5865.3266.08
HexBEE17010032C4f4142
Octal2763411602006214117101102
Binary101111101110000111100001000001100101100100111110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE170; }

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

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

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

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

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

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

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

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