#BDD711

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

Shades of Inch Worm #BDD711

Tints of Inch Worm #BDD711

Color information

#BDD711 (or 0xBDD711) is unknown color: approx Inch Worm. HEX triplet: BD, D7 and 11. RGB value is (189,215,17). Sum of RGB (Red+Green+Blue) = 189+215+17=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 17 (7.03% from 255 or 4.04% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD711 is #4228EE. Grayscale: #B9B9B9. Windows color (decimal): -4335855 or 1169341. OLE color: 1169341.

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

Color convert

RGB18921517-
CMYK0.1200.920.16
HSL67.88º85.34%45.49%-
HSV(B)67.88º92.09%84.31%-
XYZ45.3959.469.62-
YUV184.6533.39131.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 215 (84.38% from 255) = 51.07%
BLUE value IS 17 (7.03% from 255) = 4.04%
R=44.89%
G=51.07%
B=4.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189215170.1200.920.1667.8885.3445.49
HexBDD711C05C1044552d
Octal275327211401342010412555
Binary1011110111010111100011100010111001000010001001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD711; }

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

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

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

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

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

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

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

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