#B4D908

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

Shades of Inch Worm #B4D908

Tints of Inch Worm #B4D908

Color information

#B4D908 (or 0xB4D908) is unknown color: approx Inch Worm. HEX triplet: B4, D9 and 08. RGB value is (180,217,8). Sum of RGB (Red+Green+Blue) = 180+217+8=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 217 (85.16% from 255 or 53.58% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D908 is #4B26F7. Grayscale: #B6B6B6. Windows color (decimal): -4925176 or 580020. OLE color: 580020.

HSL color Cylindrical-coordinate representation of color #B4D908: hue angle of 70.62º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4D908 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB1802178-
CMYK0.1700.960.15
HSL70.62º92.89%44.12%-
HSV(B)70.62º96.31%85.1%-
XYZ43.6859.359.38-
YUV182.1129.74126.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 217 (85.16% from 255) = 53.58%
BLUE value IS 8 (3.52% from 255) = 1.98%
R=44.44%
G=53.58%
B=1.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal18021780.1700.960.1570.6292.8944.12
HexB4D9811060F475d2c
Octal264331102101401710713554
Binary101101001101100110001000101100000111110001111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D908; }

 p { color: rgb(180,217,8); }

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

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

 a { background-color: rgb(180,217,8); }

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

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

 span { border-color: rgb(180,217,8); }

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