#B0E573

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

Shades of Sulu #B0E573

Tints of Sulu #B0E573

Color information

#B0E573 (or 0xB0E573) is unknown color: approx Sulu. HEX triplet: B0, E5 and 73. RGB value is (176,229,115). Sum of RGB (Red+Green+Blue) = 176+229+115=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E573 is #4F1A8C. Grayscale: #C8C8C8. Windows color (decimal): -5184141 or 7595440. OLE color: 7595440.

HSL color Cylindrical-coordinate representation of color #B0E573: hue angle of 87.89º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0E573 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB176229115-
CMYK0.2300.500.10
HSL87.89º68.67%67.45%-
HSV(B)87.89º49.78%89.8%-
XYZ49.0266.5126.47-
YUV200.1679.94110.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 229 (89.84% from 255) = 44.04%
BLUE value IS 115 (45.31% from 255) = 22.12%
R=33.85%
G=44.04%
B=22.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1762291150.2300.500.1087.8968.6767.45
HexB0E57317032A584543
Octal2603451632706212130105103
Binary101100001110010111100111011101100101010101100010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E573; }

 p { color: rgb(176,229,115); }

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

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

 a { background-color: rgb(176,229,115); }

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

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

 span { border-color: rgb(176,229,115); }

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