Html Css Color HEX #BDE009 Inch Worm

📋 copy color: '#BDE009'

red 189 ◦ green 224 ◦ blue 9

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

Shades of Inch Worm #BDE009

Tints of Inch Worm #BDE009

RGB

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

 GREEN value IS 224 (87.89% from 255) = 53.08%

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

R = 44.79%
G = 53.08%
B = 2.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#BDE009 (or 0xBDE009) is known color: Inch Worm. HEX triplet: BD, E0 and 09. RGB value is (189,224,9). Sum of RGB (Red+Green+Blue) = 189+224+9=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 224 (87.89% from 255 or 53.08% from 422); Blue value is 9 (3.91% from 255 or 2.13% from 422); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE009 is #421FF6. Grayscale: #BDBDBD. Windows color (decimal): -4333559 or 647357. OLE color: 647357.

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

Color convert

RGB 189 224 9 -
CMYK 0.16 0 0.96 0.12
HSL 69.77º 0.92% 0.46% -
HSV(B) 69.77º 0.96% 0.88% -
XYZ 47.69 64.15 10.13 -
YUV 189.03 26.4 127.98 -
System Red Green Blue C M Y K H S L
Decimal 189 224 9 0.16 0 0.96 0.12 69.77 0.92 0.46
Hex BD E0 9 10 0 60 C 46 5C 2E
Octal 275 340 11 20 0 140 14 106 134 56
Binary 10111101 11100000 1001 10000 0 1100000 1100 1000110 1011100 101110

Color Harmonies of #BDE009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE009

Black with #BDE009

Text Example


Text Example

White with #BDE009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE009; }

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

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

background-color css

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

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

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

border-color css

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

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

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