Html Css Color HEX #BADB12 Inch Worm

📋 copy color: '#BADB12'

red 186 ◦ green 219 ◦ blue 18

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

Shades of Inch Worm #BADB12

Tints of Inch Worm #BADB12

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.77%

 BLUE value IS 18 (7.42% from 255) = 4.26%

R = 43.97%
G = 51.77%
B = 4.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#BADB12 (or 0xBADB12) is known color: Inch Worm. HEX triplet: BA, DB and 12. RGB value is (186,219,18). Sum of RGB (Red+Green+Blue) = 186+219+18=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADB12 is #4524ED. Grayscale: #BABABA. Windows color (decimal): -4531438 or 1235898. OLE color: 1235898.

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

Color convert

RGB 186 219 18 -
CMYK 0.15 0 0.92 0.14
HSL 69.85º 0.85% 0.46% -
HSV(B) 69.85º 0.92% 0.86% -
XYZ 45.69 61.15 9.97 -
YUV 186.22 33.07 127.84 -
System Red Green Blue C M Y K H S L
Decimal 186 219 18 0.15 0 0.92 0.14 69.85 0.85 0.46
Hex BA DB 12 F 0 5C E 46 55 2E
Octal 272 333 22 17 0 134 16 106 125 56
Binary 10111010 11011011 10010 1111 0 1011100 1110 1000110 1010101 101110

Color Harmonies of #BADB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB12

Black with #BADB12

Text Example


Text Example

White with #BADB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB12; }

 p { color: rgb(186,219,18); }

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

background-color css

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

 a { background-color: rgb(186,219,18); }

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

border-color css

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

 span { border-color: rgb(186,219,18); }

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