#b9df0d

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

Shades of Inch Worm #B9DF0D

Tints of Inch Worm #B9DF0D

Color information

#B9DF0D (or 0xB9DF0D) is unknown color: approx Inch Worm. HEX triplet: B9, DF and 0D. RGB value is (185,223,13). Sum of RGB (Red+Green+Blue) = 185+223+13=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 223 (87.5% from 255 or 52.97% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DF0D is #4620F2. Grayscale: #BCBCBC. Windows color (decimal): -4595955 or 909241. OLE color: 909241.

HSL color Cylindrical-coordinate representation of color #B9DF0D: hue angle of 70.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9DF0D is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB18522313-
CMYK0.1700.940.13
HSL70.86º88.98%46.27%-
HSV(B)70.86º94.17%87.45%-
XYZ46.4763.1210.11-
YUV187.729.41126.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 223 (87.5% from 255) = 52.97%
BLUE value IS 13 (5.47% from 255) = 3.09%
R=43.94%
G=52.97%
B=3.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal185223130.1700.940.1370.8688.9846.27
HexB9DFD1105ED47592e
Octal271337152101361510713156
Binary101110011101111111011000101011110110110001111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9df0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9df0d; }

 p { color: rgb(185,223,13); }

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

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

 a { background-color: rgb(185,223,13); }

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

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

 span { border-color: rgb(185,223,13); }

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