Html Css Color HEX #BADA18 Inch Worm

📋 copy color: '#BADA18'

red 186 ◦ green 218 ◦ blue 24

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

Shades of Inch Worm #BADA18

Tints of Inch Worm #BADA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.61%

R = 43.46%
G = 50.93%
B = 5.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#BADA18 (or 0xBADA18) is known color: Inch Worm. HEX triplet: BA, DA and 18. RGB value is (186,218,24). Sum of RGB (Red+Green+Blue) = 186+218+24=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADA18 is #4525E7. Grayscale: #BBBBBB. Windows color (decimal): -4531688 or 1628858. OLE color: 1628858.

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

Color convert

RGB 186 218 24 -
CMYK 0.15 0 0.89 0.15
HSL 69.9º 0.8% 0.47% -
HSV(B) 69.9º 0.89% 0.85% -
XYZ 45.49 60.65 10.17 -
YUV 186.32 36.4 127.77 -
System Red Green Blue C M Y K H S L
Decimal 186 218 24 0.15 0 0.89 0.15 69.9 0.8 0.47
Hex BA DA 18 F 0 59 F 46 50 2F
Octal 272 332 30 17 0 131 17 106 120 57
Binary 10111010 11011010 11000 1111 0 1011001 1111 1000110 1010000 101111

Color Harmonies of #BADA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA18

Black with #BADA18

Text Example


Text Example

White with #BADA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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