Html Css Color HEX #BADD09 Inch Worm

📋 copy color: '#BADD09'

red 186 ◦ green 221 ◦ blue 9

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

Shades of Inch Worm #BADD09

Tints of Inch Worm #BADD09

RGB

 RED value IS 186 (73.05% from 255) = 44.71%

 GREEN value IS 221 (86.72% from 255) = 53.13%

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

R = 44.71%
G = 53.13%
B = 2.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#BADD09 (or 0xBADD09) is known color: Inch Worm. HEX triplet: BA, DD and 09. RGB value is (186,221,9). Sum of RGB (Red+Green+Blue) = 186+221+9=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 9 (3.91% from 255 or 2.16% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADD09 is #4522F6. Grayscale: #BBBBBB. Windows color (decimal): -4530935 or 646586. OLE color: 646586.

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

Color convert

RGB 186 221 9 -
CMYK 0.16 0 0.96 0.13
HSL 69.91º 0.92% 0.45% -
HSV(B) 69.91º 0.96% 0.87% -
XYZ 46.16 62.17 9.83 -
YUV 186.37 27.9 127.74 -
System Red Green Blue C M Y K H S L
Decimal 186 221 9 0.16 0 0.96 0.13 69.91 0.92 0.45
Hex BA DD 9 10 0 60 D 46 5C 2D
Octal 272 335 11 20 0 140 15 106 134 55
Binary 10111010 11011101 1001 10000 0 1100000 1101 1000110 1011100 101101

Color Harmonies of #BADD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD09

Black with #BADD09

Text Example


Text Example

White with #BADD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD09; }

 p { color: rgb(186,221,9); }

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

background-color css

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

 a { background-color: rgb(186,221,9); }

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

border-color css

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

 span { border-color: rgb(186,221,9); }

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