Html Css Color HEX #BAD716 Inch Worm

📋 copy color: '#BAD716'

red 186 ◦ green 215 ◦ blue 22

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

Shades of Inch Worm #BAD716

Tints of Inch Worm #BAD716

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.83%

 BLUE value IS 22 (8.98% from 255) = 5.2%

R = 43.97%
G = 50.83%
B = 5.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#BAD716 (or 0xBAD716) is known color: Inch Worm. HEX triplet: BA, D7 and 16. RGB value is (186,215,22). Sum of RGB (Red+Green+Blue) = 186+215+22=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD716 is #4528E9. Grayscale: #B9B9B9. Windows color (decimal): -4532458 or 1497018. OLE color: 1497018.

HSL color Cylindrical-coordinate representation of color #BAD716: hue angle of 69.02º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAD716 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 215 22 -
CMYK 0.13 0 0.90 0.16
HSL 69.02º 0.81% 0.46% -
HSV(B) 69.02º 0.9% 0.84% -
XYZ 44.69 59.1 9.81 -
YUV 184.33 36.39 129.19 -
System Red Green Blue C M Y K H S L
Decimal 186 215 22 0.13 0 0.90 0.16 69.02 0.81 0.46
Hex BA D7 16 D 0 5A 10 45 51 2E
Octal 272 327 26 15 0 132 20 105 121 56
Binary 10111010 11010111 10110 1101 0 1011010 10000 1000101 1010001 101110

Color Harmonies of #BAD716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD716

Black with #BAD716

Text Example


Text Example

White with #BAD716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD716; }

 p { color: rgb(186,215,22); }

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

background-color css

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

 a { background-color: rgb(186,215,22); }

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

border-color css

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

 span { border-color: rgb(186,215,22); }

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