#BDDD11

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

Shades of Inch Worm #BDDD11

Tints of Inch Worm #BDDD11

Color information

#BDDD11 (or 0xBDDD11) is unknown color: approx Inch Worm. HEX triplet: BD, DD and 11. RGB value is (189,221,17). Sum of RGB (Red+Green+Blue) = 189+221+17=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDD11 is #4222EE. Grayscale: #BCBCBC. Windows color (decimal): -4334319 or 1170877. OLE color: 1170877.

HSL color Cylindrical-coordinate representation of color #BDDD11: hue angle of 69.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDDD11 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB18922117-
CMYK0.1400.920.13
HSL69.41º85.71%46.67%-
HSV(B)69.41º92.31%86.67%-
XYZ46.9462.5710.13-
YUV188.1831.4128.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 221 (86.72% from 255) = 51.76%
BLUE value IS 17 (7.03% from 255) = 3.98%
R=44.26%
G=51.76%
B=3.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal189221170.1400.920.1369.4185.7146.67
HexBDDD11E05CD45562f
Octal275335211601341510512657
Binary101111011101110110001111001011100110110001011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDD11; }

 p { color: rgb(189,221,17); }

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

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

 a { background-color: rgb(189,221,17); }

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

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

 span { border-color: rgb(189,221,17); }

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