#B0D41B

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

Shades of Inch Worm #B0D41B

Tints of Inch Worm #B0D41B

Color information

#B0D41B (or 0xB0D41B) is unknown color: approx Inch Worm. HEX triplet: B0, D4 and 1B. RGB value is (176,212,27). Sum of RGB (Red+Green+Blue) = 176+212+27=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 212 (83.20% from 255 or 51.08% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 212 - color contains mainly: green. Hex color #B0D41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D41B is #4F2BE4. Grayscale: #B4B4B4. Windows color (decimal): -5188581 or 1823920. OLE color: 1823920.

HSL color Cylindrical-coordinate representation of color #B0D41B: hue angle of 71.68º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B0D41B is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB17621227-
CMYK0.1700.870.17
HSL71.68º77.41%46.86%-
HSV(B)71.68º87.26%83.14%-
XYZ41.6556.49.73-
YUV180.1541.57125.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 212 (83.20% from 255) = 51.08%
BLUE value IS 27 (10.94% from 255) = 6.51%
R=42.41%
G=51.08%
B=6.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal176212270.1700.870.1771.6877.4146.86
HexB0D41B1105711484d2f
Octal260324332101272111011557
Binary10110000110101001101110001010101111000110010001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D41B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D41B; }

 p { color: rgb(176,212,27); }

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

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

 a { background-color: rgb(176,212,27); }

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

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

 span { border-color: rgb(176,212,27); }

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