Html Css Color HEX #BAE510 Inch Worm

📋 copy color: '#BAE510'

red 186 ◦ green 229 ◦ blue 16

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

Shades of Inch Worm #BAE510

Tints of Inch Worm #BAE510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.71%

R = 43.16%
G = 53.13%
B = 3.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#BAE510 (or 0xBAE510) is known color: Inch Worm. HEX triplet: BA, E5 and 10. RGB value is (186,229,16). Sum of RGB (Red+Green+Blue) = 186+229+16=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 229 (89.84% from 255 or 53.13% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE510 is #451AEF. Grayscale: #C0C0C0. Windows color (decimal): -4528880 or 1107386. OLE color: 1107386.

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

Color convert

RGB 186 229 16 -
CMYK 0.19 0 0.93 0.10
HSL 72.11º 0.87% 0.48% -
HSV(B) 72.11º 0.93% 0.9% -
XYZ 48.36 66.52 10.78 -
YUV 191.86 28.75 123.82 -
System Red Green Blue C M Y K H S L
Decimal 186 229 16 0.19 0 0.93 0.10 72.11 0.87 0.48
Hex BA E5 10 13 0 5D A 48 57 30
Octal 272 345 20 23 0 135 12 110 127 60
Binary 10111010 11100101 10000 10011 0 1011101 1010 1001000 1010111 110000

Color Harmonies of #BAE510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE510

Black with #BAE510

Text Example


Text Example

White with #BAE510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE510; }

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

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

background-color css

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

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

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

border-color css

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

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

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