#B0E527

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

Shades of Inch Worm #B0E527

Tints of Inch Worm #B0E527

Color information

#B0E527 (or 0xB0E527) is unknown color: approx Inch Worm. HEX triplet: B0, E5 and 27. RGB value is (176,229,39). Sum of RGB (Red+Green+Blue) = 176+229+39=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 229 (89.84% from 255 or 51.58% from 444); Blue value is 39 (15.62% from 255 or 8.78% from 444); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E527 is #4F1AD8. Grayscale: #C0C0C0. Windows color (decimal): -5184217 or 2614704. OLE color: 2614704.

HSL color Cylindrical-coordinate representation of color #B0E527: hue angle of 76.74º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0E527 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB17622939-
CMYK0.2300.830.10
HSL76.74º78.51%52.55%-
HSV(B)76.74º82.97%89.8%-
XYZ46.2965.4212.11-
YUV191.4941.94116.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 229 (89.84% from 255) = 51.58%
BLUE value IS 39 (15.62% from 255) = 8.78%
R=39.64%
G=51.58%
B=8.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal176229390.2300.830.1076.7478.5152.55
HexB0E52717053A4d4f35
Octal260345472701231211511765
Binary10110000111001011001111011101010011101010011011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E527; }

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

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

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

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

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

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

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

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