Html Css Color HEX #BAE910 Inch Worm

📋 copy color: '#BAE910'

red 186 ◦ green 233 ◦ blue 16

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

Shades of Inch Worm #BAE910

Tints of Inch Worm #BAE910

RGB

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

 GREEN value IS 233 (91.41% from 255) = 53.56%

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

R = 42.76%
G = 53.56%
B = 3.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#BAE910 (or 0xBAE910) is known color: Inch Worm. HEX triplet: BA, E9 and 10. RGB value is (186,233,16). Sum of RGB (Red+Green+Blue) = 186+233+16=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 233 (91.41% from 255 or 53.56% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE910 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE910 is #4516EF. Grayscale: #C3C3C3. Windows color (decimal): -4527856 or 1108410. OLE color: 1108410.

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

Color convert

RGB 186 233 16 -
CMYK 0.20 0 0.93 0.09
HSL 73º 0.87% 0.49% -
HSV(B) 73º 0.93% 0.91% -
XYZ 49.48 68.75 11.15 -
YUV 194.21 27.43 122.14 -
System Red Green Blue C M Y K H S L
Decimal 186 233 16 0.20 0 0.93 0.09 73 0.87 0.49
Hex BA E9 10 14 0 5D 9 49 57 31
Octal 272 351 20 24 0 135 11 111 127 61
Binary 10111010 11101001 10000 10100 0 1011101 1001 1001001 1010111 110001

Color Harmonies of #BAE910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE910

Black with #BAE910

Text Example


Text Example

White with #BAE910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE910; }

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

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

background-color css

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

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

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

border-color css

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

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

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