#B0E322

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

Shades of Inch Worm #B0E322

Tints of Inch Worm #B0E322

Color information

#B0E322 (or 0xB0E322) is unknown color: approx Inch Worm. HEX triplet: B0, E3 and 22. RGB value is (176,227,34). Sum of RGB (Red+Green+Blue) = 176+227+34=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 227 (89.06% from 255 or 51.95% from 437); Blue value is 34 (13.67% from 255 or 7.78% from 437); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E322 is #4F1CDD. Grayscale: #BEBEBE. Windows color (decimal): -5184734 or 2286512. OLE color: 2286512.

HSL color Cylindrical-coordinate representation of color #B0E322: hue angle of 75.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0E322 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB17622734-
CMYK0.2200.850.11
HSL75.85º77.51%51.18%-
HSV(B)75.85º85.02%89.02%-
XYZ45.6664.2811.51-
YUV189.7540.1118.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 227 (89.06% from 255) = 51.95%
BLUE value IS 34 (13.67% from 255) = 7.78%
R=40.27%
G=51.95%
B=7.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal176227340.2200.850.1175.8577.5151.18
HexB0E32216055B4c4e33
Octal260343422601251311411663
Binary10110000111000111000101011001010101101110011001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E322; }

 p { color: rgb(176,227,34); }

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

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

 a { background-color: rgb(176,227,34); }

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

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

 span { border-color: rgb(176,227,34); }

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