Html Css Color HEX #BDD709 Inch Worm

📋 copy color: '#BDD709'

red 189 ◦ green 215 ◦ blue 9

#BDD709
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #BDD709

Tints of Inch Worm #BDD709

RGB

 RED value IS 189 (74.22% from 255) = 45.76%

 GREEN value IS 215 (84.38% from 255) = 52.06%

 BLUE value IS 9 (3.91% from 255) = 2.18%

R = 45.76%
G = 52.06%
B = 2.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#BDD709 (or 0xBDD709) is known color: Inch Worm. HEX triplet: BD, D7 and 09. RGB value is (189,215,9). Sum of RGB (Red+Green+Blue) = 189+215+9=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD709 is #4228F6. Grayscale: #B8B8B8. Windows color (decimal): -4335863 or 645053. OLE color: 645053.

HSL color Cylindrical-coordinate representation of color #BDD709: hue angle of 67.57º degrees, saturation: 0.92, 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 #BDD709 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 9 -
CMYK 0.12 0 0.96 0.16
HSL 67.57º 0.92% 0.44% -
HSV(B) 67.57º 0.96% 0.84% -
XYZ 45.34 59.44 9.34 -
YUV 183.74 29.39 131.75 -
System Red Green Blue C M Y K H S L
Decimal 189 215 9 0.12 0 0.96 0.16 67.57 0.92 0.44
Hex BD D7 9 C 0 60 10 44 5C 2C
Octal 275 327 11 14 0 140 20 104 134 54
Binary 10111101 11010111 1001 1100 0 1100000 10000 1000100 1011100 101100

Color Harmonies of #BDD709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD709

Black with #BDD709

Text Example


Text Example

White with #BDD709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD709; }

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

 H1.HeaderClassName
 {
   color: #BDD709;
 }
 .AnyTagClassName
 {
   color: #BDD709;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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