Html Css Color HEX #BADA13 Inch Worm

📋 copy color: '#BADA13'

red 186 ◦ green 218 ◦ blue 19

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

Shades of Inch Worm #BADA13

Tints of Inch Worm #BADA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.49%

R = 43.97%
G = 51.54%
B = 4.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#BADA13 (or 0xBADA13) is known color: Inch Worm. HEX triplet: BA, DA and 13. RGB value is (186,218,19). Sum of RGB (Red+Green+Blue) = 186+218+19=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADA13 is #4525EC. Grayscale: #BABABA. Windows color (decimal): -4531693 or 1301178. OLE color: 1301178.

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

Color convert

RGB 186 218 19 -
CMYK 0.15 0 0.91 0.15
HSL 69.65º 0.84% 0.46% -
HSV(B) 69.65º 0.91% 0.85% -
XYZ 45.44 60.63 9.92 -
YUV 185.75 33.9 128.18 -
System Red Green Blue C M Y K H S L
Decimal 186 218 19 0.15 0 0.91 0.15 69.65 0.84 0.46
Hex BA DA 13 F 0 5B F 46 54 2E
Octal 272 332 23 17 0 133 17 106 124 56
Binary 10111010 11011010 10011 1111 0 1011011 1111 1000110 1010100 101110

Color Harmonies of #BADA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA13

Black with #BADA13

Text Example


Text Example

White with #BADA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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