Html Css Color HEX #BADC09 Inch Worm

📋 copy color: '#BADC09'

red 186 ◦ green 220 ◦ blue 9

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

Shades of Inch Worm #BADC09

Tints of Inch Worm #BADC09

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.01%

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

R = 44.82%
G = 53.01%
B = 2.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#BADC09 (or 0xBADC09) is known color: Inch Worm. HEX triplet: BA, DC and 09. RGB value is (186,220,9). Sum of RGB (Red+Green+Blue) = 186+220+9=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 9 (3.91% from 255 or 2.17% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADC09 is #4523F6. Grayscale: #BABABA. Windows color (decimal): -4531191 or 646330. OLE color: 646330.

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

Color convert

RGB 186 220 9 -
CMYK 0.15 0 0.96 0.14
HSL 69.67º 0.92% 0.45% -
HSV(B) 69.67º 0.96% 0.86% -
XYZ 45.89 61.65 9.74 -
YUV 185.78 28.24 128.16 -
System Red Green Blue C M Y K H S L
Decimal 186 220 9 0.15 0 0.96 0.14 69.67 0.92 0.45
Hex BA DC 9 F 0 60 E 46 5C 2D
Octal 272 334 11 17 0 140 16 106 134 55
Binary 10111010 11011100 1001 1111 0 1100000 1110 1000110 1011100 101101

Color Harmonies of #BADC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC09

Black with #BADC09

Text Example


Text Example

White with #BADC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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