#BDD708

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

Shades of Inch Worm #BDD708

Tints of Inch Worm #BDD708

Color information

#BDD708 (or 0xBDD708) is unknown color: approx Inch Worm. HEX triplet: BD, D7 and 08. RGB value is (189,215,8). Sum of RGB (Red+Green+Blue) = 189+215+8=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 215 (84.38% from 255 or 52.18% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD708 is #4228F7. Grayscale: #B8B8B8. Windows color (decimal): -4335864 or 579517. OLE color: 579517.

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

Color convert

RGB1892158-
CMYK0.1200.960.16
HSL67.54º92.83%43.73%-
HSV(B)67.54º96.28%84.31%-
XYZ45.3359.449.31-
YUV183.6328.89131.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.87%
GREEN value IS 215 (84.38% from 255) = 52.18%
BLUE value IS 8 (3.52% from 255) = 1.94%
R=45.87%
G=52.18%
B=1.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal18921580.1200.960.1667.5492.8343.73
HexBDD78C06010445d2c
Octal275327101401402010413554
Binary101111011101011110001100011000001000010001001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD708; }

 p { color: rgb(189,215,8); }

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

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

 a { background-color: rgb(189,215,8); }

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

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

 span { border-color: rgb(189,215,8); }

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