Html Css Color HEX #BAE713 Inch Worm

📋 copy color: '#BAE713'

red 186 ◦ green 231 ◦ blue 19

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

Shades of Inch Worm #BAE713

Tints of Inch Worm #BAE713

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.98%

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

R = 42.66%
G = 52.98%
B = 4.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#BAE713 (or 0xBAE713) is known color: Inch Worm. HEX triplet: BA, E7 and 13. RGB value is (186,231,19). Sum of RGB (Red+Green+Blue) = 186+231+19=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 231 (90.62% from 255 or 52.98% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE713 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE713 is #4518EC. Grayscale: #C2C2C2. Windows color (decimal): -4528365 or 1304506. OLE color: 1304506.

HSL color Cylindrical-coordinate representation of color #BAE713: hue angle of 72.74º 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 #BAE713 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 19 -
CMYK 0.19 0 0.92 0.09
HSL 72.74º 0.85% 0.49% -
HSV(B) 72.74º 0.92% 0.91% -
XYZ 48.94 67.64 11.09 -
YUV 193.38 29.59 122.74 -
System Red Green Blue C M Y K H S L
Decimal 186 231 19 0.19 0 0.92 0.09 72.74 0.85 0.49
Hex BA E7 13 13 0 5C 9 49 55 31
Octal 272 347 23 23 0 134 11 111 125 61
Binary 10111010 11100111 10011 10011 0 1011100 1001 1001001 1010101 110001

Color Harmonies of #BAE713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE713

Black with #BAE713

Text Example


Text Example

White with #BAE713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE713; }

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

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

background-color css

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

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

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

border-color css

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

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

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