#B0DE26

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

Shades of Inch Worm #B0DE26

Tints of Inch Worm #B0DE26

Color information

#B0DE26 (or 0xB0DE26) is unknown color: approx Inch Worm. HEX triplet: B0, DE and 26. RGB value is (176,222,38). Sum of RGB (Red+Green+Blue) = 176+222+38=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 38 (15.23% from 255 or 8.72% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DE26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DE26 is #4F21D9. Grayscale: #BBBBBB. Windows color (decimal): -5186010 or 2547376. OLE color: 2547376.

HSL color Cylindrical-coordinate representation of color #B0DE26: hue angle of 75º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0DE26 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB17622238-
CMYK0.2100.830.13
HSL75º73.6%50.98%-
HSV(B)75º82.88%87.06%-
XYZ44.3861.6111.39-
YUV187.2743.76119.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 222 (87.11% from 255) = 50.92%
BLUE value IS 38 (15.23% from 255) = 8.72%
R=40.37%
G=50.92%
B=8.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176222380.2100.830.137573.650.98
HexB0DE2615053D4b4a33
Octal260336462501231511311263
Binary10110000110111101001101010101010011110110010111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DE26; }

 p { color: rgb(176,222,38); }

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

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

 a { background-color: rgb(176,222,38); }

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

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

 span { border-color: rgb(176,222,38); }

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