Html Css Color HEX #BADA09 Inch Worm

📋 copy color: '#BADA09'

red 186 ◦ green 218 ◦ blue 9

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

Shades of Inch Worm #BADA09

Tints of Inch Worm #BADA09

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.78%

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

R = 45.04%
G = 52.78%
B = 2.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#BADA09 (or 0xBADA09) is known color: Inch Worm. HEX triplet: BA, DA and 09. RGB value is (186,218,9). Sum of RGB (Red+Green+Blue) = 186+218+9=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 218 (85.55% from 255 or 52.78% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADA09 is #4525F6. Grayscale: #B9B9B9. Windows color (decimal): -4531703 or 645818. OLE color: 645818.

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

Color convert

RGB 186 218 9 -
CMYK 0.15 0 0.96 0.15
HSL 69.19º 0.92% 0.45% -
HSV(B) 69.19º 0.96% 0.85% -
XYZ 45.37 60.6 9.56 -
YUV 184.61 28.9 128.99 -
System Red Green Blue C M Y K H S L
Decimal 186 218 9 0.15 0 0.96 0.15 69.19 0.92 0.45
Hex BA DA 9 F 0 60 F 45 5C 2D
Octal 272 332 11 17 0 140 17 105 134 55
Binary 10111010 11011010 1001 1111 0 1100000 1111 1000101 1011100 101101

Color Harmonies of #BADA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA09

Black with #BADA09

Text Example


Text Example

White with #BADA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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