Html Css Color HEX #BDD809 Inch Worm

📋 copy color: '#BDD809'

red 189 ◦ green 216 ◦ blue 9

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

Shades of Inch Worm #BDD809

Tints of Inch Worm #BDD809

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.17%

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

R = 45.65%
G = 52.17%
B = 2.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#BDD809 (or 0xBDD809) is known color: Inch Worm. HEX triplet: BD, D8 and 09. RGB value is (189,216,9). Sum of RGB (Red+Green+Blue) = 189+216+9=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 216 (84.77% from 255 or 52.17% from 414); Blue value is 9 (3.91% from 255 or 2.17% from 414); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD809 is #4227F6. Grayscale: #B9B9B9. Windows color (decimal): -4335607 or 645309. OLE color: 645309.

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

Color convert

RGB 189 216 9 -
CMYK 0.12 0 0.96 0.15
HSL 67.83º 0.92% 0.44% -
HSV(B) 67.83º 0.96% 0.85% -
XYZ 45.59 59.95 9.43 -
YUV 184.33 29.05 131.33 -
System Red Green Blue C M Y K H S L
Decimal 189 216 9 0.12 0 0.96 0.15 67.83 0.92 0.44
Hex BD D8 9 C 0 60 F 44 5C 2C
Octal 275 330 11 14 0 140 17 104 134 54
Binary 10111101 11011000 1001 1100 0 1100000 1111 1000100 1011100 101100

Color Harmonies of #BDD809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD809

Black with #BDD809

Text Example


Text Example

White with #BDD809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD809; }

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

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

background-color css

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

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

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

border-color css

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

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

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