Html Css Color HEX #BAE516 Inch Worm

📋 copy color: '#BAE516'

red 186 ◦ green 229 ◦ blue 22

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

Shades of Inch Worm #BAE516

Tints of Inch Worm #BAE516

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.4%

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

R = 42.56%
G = 52.4%
B = 5.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#BAE516 (or 0xBAE516) is known color: Inch Worm. HEX triplet: BA, E5 and 16. RGB value is (186,229,22). Sum of RGB (Red+Green+Blue) = 186+229+22=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 229 (89.84% from 255 or 52.40% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE516 is #451AE9. Grayscale: #C1C1C1. Windows color (decimal): -4528874 or 1500602. OLE color: 1500602.

HSL color Cylindrical-coordinate representation of color #BAE516: hue angle of 72.46º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAE516 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 22 -
CMYK 0.19 0 0.90 0.10
HSL 72.46º 0.82% 0.49% -
HSV(B) 72.46º 0.9% 0.9% -
XYZ 48.41 66.54 11.05 -
YUV 192.55 31.75 123.33 -
System Red Green Blue C M Y K H S L
Decimal 186 229 22 0.19 0 0.90 0.10 72.46 0.82 0.49
Hex BA E5 16 13 0 5A A 48 52 31
Octal 272 345 26 23 0 132 12 110 122 61
Binary 10111010 11100101 10110 10011 0 1011010 1010 1001000 1010010 110001

Color Harmonies of #BAE516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE516

Black with #BAE516

Text Example


Text Example

White with #BAE516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE516; }

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

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

background-color css

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

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

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

border-color css

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

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

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