Html Css Color HEX #BAE413 Inch Worm

📋 copy color: '#BAE413'

red 186 ◦ green 228 ◦ blue 19

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

Shades of Inch Worm #BAE413

Tints of Inch Worm #BAE413

RGB

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

 GREEN value IS 228 (89.45% from 255) = 52.66%

 BLUE value IS 19 (7.81% from 255) = 4.39%

R = 42.96%
G = 52.66%
B = 4.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#BAE413 (or 0xBAE413) is known color: Inch Worm. HEX triplet: BA, E4 and 13. RGB value is (186,228,19). Sum of RGB (Red+Green+Blue) = 186+228+19=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 228 (89.45% from 255 or 52.66% from 433); Blue value is 19 (7.81% from 255 or 4.39% from 433); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE413 is #451BEC. Grayscale: #C0C0C0. Windows color (decimal): -4529133 or 1303738. OLE color: 1303738.

HSL color Cylindrical-coordinate representation of color #BAE413: hue angle of 72.06º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAE413 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 19 -
CMYK 0.18 0 0.92 0.11
HSL 72.06º 0.85% 0.48% -
HSV(B) 72.06º 0.92% 0.89% -
XYZ 48.11 65.97 10.81 -
YUV 191.62 30.59 123.99 -
System Red Green Blue C M Y K H S L
Decimal 186 228 19 0.18 0 0.92 0.11 72.06 0.85 0.48
Hex BA E4 13 12 0 5C B 48 55 30
Octal 272 344 23 22 0 134 13 110 125 60
Binary 10111010 11100100 10011 10010 0 1011100 1011 1001000 1010101 110000

Color Harmonies of #BAE413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE413

Black with #BAE413

Text Example


Text Example

White with #BAE413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE413; }

 p { color: rgb(186,228,19); }

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

background-color css

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

 a { background-color: rgb(186,228,19); }

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

border-color css

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

 span { border-color: rgb(186,228,19); }

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