Html Css Color HEX #BAD80C Inch Worm

📋 copy color: '#BAD80C'

red 186 ◦ green 216 ◦ blue 12

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

Shades of Inch Worm #BAD80C

Tints of Inch Worm #BAD80C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.17%

 BLUE value IS 12 (5.08% from 255) = 2.9%

R = 44.93%
G = 52.17%
B = 2.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#BAD80C (or 0xBAD80C) is known color: Inch Worm. HEX triplet: BA, D8 and 0C. RGB value is (186,216,12). Sum of RGB (Red+Green+Blue) = 186+216+12=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 216 (84.77% from 255 or 52.17% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD80C is #4527F3. Grayscale: #B8B8B8. Windows color (decimal): -4532212 or 841914. OLE color: 841914.

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

Color convert

RGB 186 216 12 -
CMYK 0.14 0 0.94 0.15
HSL 68.82º 0.89% 0.45% -
HSV(B) 68.82º 0.94% 0.85% -
XYZ 44.87 59.58 9.48 -
YUV 183.77 31.06 129.59 -
System Red Green Blue C M Y K H S L
Decimal 186 216 12 0.14 0 0.94 0.15 68.82 0.89 0.45
Hex BA D8 C E 0 5E F 45 59 2D
Octal 272 330 14 16 0 136 17 105 131 55
Binary 10111010 11011000 1100 1110 0 1011110 1111 1000101 1011001 101101

Color Harmonies of #BAD80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD80C

Black with #BAD80C

Text Example


Text Example

White with #BAD80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD80C; }

 p { color: rgb(186,216,12); }

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

background-color css

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

 a { background-color: rgb(186,216,12); }

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

border-color css

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

 span { border-color: rgb(186,216,12); }

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