Html Css Color HEX #BAE710 Inch Worm

📋 copy color: '#BAE710'

red 186 ◦ green 231 ◦ blue 16

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

Shades of Inch Worm #BAE710

Tints of Inch Worm #BAE710

RGB

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

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

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

R = 42.96%
G = 53.35%
B = 3.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#BAE710 (or 0xBAE710) is known color: Inch Worm. HEX triplet: BA, E7 and 10. RGB value is (186,231,16). Sum of RGB (Red+Green+Blue) = 186+231+16=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 231 (90.62% from 255 or 53.35% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE710 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE710 is #4518EF. Grayscale: #C1C1C1. Windows color (decimal): -4528368 or 1107898. OLE color: 1107898.

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

Color convert

RGB 186 231 16 -
CMYK 0.19 0 0.93 0.09
HSL 72.56º 0.87% 0.48% -
HSV(B) 72.56º 0.93% 0.91% -
XYZ 48.92 67.63 10.97 -
YUV 193.04 28.09 122.98 -
System Red Green Blue C M Y K H S L
Decimal 186 231 16 0.19 0 0.93 0.09 72.56 0.87 0.48
Hex BA E7 10 13 0 5D 9 49 57 30
Octal 272 347 20 23 0 135 11 111 127 60
Binary 10111010 11100111 10000 10011 0 1011101 1001 1001001 1010111 110000

Color Harmonies of #BAE710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE710

Black with #BAE710

Text Example


Text Example

White with #BAE710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE710; }

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

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

background-color css

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

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

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

border-color css

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

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

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