Html Css Color HEX #BAE813 Inch Worm

📋 copy color: '#BAE813'

red 186 ◦ green 232 ◦ blue 19

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

Shades of Inch Worm #BAE813

Tints of Inch Worm #BAE813

RGB

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

 GREEN value IS 232 (91.02% from 255) = 53.09%

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

R = 42.56%
G = 53.09%
B = 4.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#BAE813 (or 0xBAE813) is known color: Inch Worm. HEX triplet: BA, E8 and 13. RGB value is (186,232,19). Sum of RGB (Red+Green+Blue) = 186+232+19=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 232 (91.02% from 255 or 53.09% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE813 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE813 is #4517EC. Grayscale: #C2C2C2. Windows color (decimal): -4528109 or 1304762. OLE color: 1304762.

HSL color Cylindrical-coordinate representation of color #BAE813: hue angle of 72.96º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAE813 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 19 -
CMYK 0.20 0 0.92 0.09
HSL 72.96º 0.85% 0.49% -
HSV(B) 72.96º 0.92% 0.91% -
XYZ 49.22 68.2 11.19 -
YUV 193.96 29.26 122.32 -
System Red Green Blue C M Y K H S L
Decimal 186 232 19 0.20 0 0.92 0.09 72.96 0.85 0.49
Hex BA E8 13 14 0 5C 9 49 55 31
Octal 272 350 23 24 0 134 11 111 125 61
Binary 10111010 11101000 10011 10100 0 1011100 1001 1001001 1010101 110001

Color Harmonies of #BAE813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE813

Black with #BAE813

Text Example


Text Example

White with #BAE813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE813; }

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

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

background-color css

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

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

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

border-color css

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

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

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