Html Css Color HEX #BADF09 Inch Worm

📋 copy color: '#BADF09'

red 186 ◦ green 223 ◦ blue 9

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

Shades of Inch Worm #BADF09

Tints of Inch Worm #BADF09

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.35%

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

R = 44.5%
G = 53.35%
B = 2.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#BADF09 (or 0xBADF09) is known color: Inch Worm. HEX triplet: BA, DF and 09. RGB value is (186,223,9). Sum of RGB (Red+Green+Blue) = 186+223+9=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 9 (3.91% from 255 or 2.15% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADF09 is #4520F6. Grayscale: #BCBCBC. Windows color (decimal): -4530423 or 647098. OLE color: 647098.

HSL color Cylindrical-coordinate representation of color #BADF09: hue angle of 70.37º 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 #BADF09 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 9 -
CMYK 0.17 0 0.96 0.13
HSL 70.37º 0.92% 0.45% -
HSV(B) 70.37º 0.96% 0.87% -
XYZ 46.69 63.23 10 -
YUV 187.54 27.24 126.9 -
System Red Green Blue C M Y K H S L
Decimal 186 223 9 0.17 0 0.96 0.13 70.37 0.92 0.45
Hex BA DF 9 11 0 60 D 46 5C 2D
Octal 272 337 11 21 0 140 15 106 134 55
Binary 10111010 11011111 1001 10001 0 1100000 1101 1000110 1011100 101101

Color Harmonies of #BADF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF09

Black with #BADF09

Text Example


Text Example

White with #BADF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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