#B1D70A

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

Shades of Inch Worm #B1D70A

Tints of Inch Worm #B1D70A

Color information

#B1D70A (or 0xB1D70A) is unknown color: approx Inch Worm. HEX triplet: B1, D7 and 0A. RGB value is (177,215,10). Sum of RGB (Red+Green+Blue) = 177+215+10=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 10 (4.30% from 255 or 2.49% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D70A is #4E28F5. Grayscale: #B5B5B5. Windows color (decimal): -5122294 or 710577. OLE color: 710577.

HSL color Cylindrical-coordinate representation of color #B1D70A: hue angle of 71.12º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1D70A is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB17721510-
CMYK0.1800.950.16
HSL71.12º91.11%44.12%-
HSV(B)71.12º95.35%84.31%-
XYZ42.4957.979.24-
YUV180.2731.91125.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 215 (84.38% from 255) = 53.48%
BLUE value IS 10 (4.30% from 255) = 2.49%
R=44.03%
G=53.48%
B=2.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal177215100.1800.950.1671.1291.1144.12
HexB1D7A1205F10475b2c
Octal261327122201372010713354
Binary1011000111010111101010010010111111000010001111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D70A; }

 p { color: rgb(177,215,10); }

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

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

 a { background-color: rgb(177,215,10); }

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

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

 span { border-color: rgb(177,215,10); }

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