#B4DB08

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

Shades of Inch Worm #B4DB08

Tints of Inch Worm #B4DB08

Color information

#B4DB08 (or 0xB4DB08) is unknown color: approx Inch Worm. HEX triplet: B4, DB and 08. RGB value is (180,219,8). Sum of RGB (Red+Green+Blue) = 180+219+8=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4DB08 is #4B24F7. Grayscale: #B8B8B8. Windows color (decimal): -4924664 or 580532. OLE color: 580532.

HSL color Cylindrical-coordinate representation of color #B4DB08: hue angle of 71.09º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4DB08 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB1802198-
CMYK0.1800.960.14
HSL71.09º92.95%44.51%-
HSV(B)71.09º96.35%85.88%-
XYZ44.260.389.56-
YUV183.2829.08125.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 219 (85.94% from 255) = 53.81%
BLUE value IS 8 (3.52% from 255) = 1.97%
R=44.23%
G=53.81%
B=1.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal18021980.1800.960.1471.0992.9544.51
HexB4DB812060E475d2d
Octal264333102201401610713555
Binary101101001101101110001001001100000111010001111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DB08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DB08; }

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

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

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

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

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

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

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

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