Html Css Color HEX #BAE60A Inch Worm

📋 copy color: '#BAE60A'

red 186 ◦ green 230 ◦ blue 10

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

Shades of Inch Worm #BAE60A

Tints of Inch Worm #BAE60A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.99%

 BLUE value IS 10 (4.3% from 255) = 2.35%

R = 43.66%
G = 53.99%
B = 2.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#BAE60A (or 0xBAE60A) is known color: Inch Worm. HEX triplet: BA, E6 and 0A. RGB value is (186,230,10). Sum of RGB (Red+Green+Blue) = 186+230+10=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 230 (90.23% from 255 or 53.99% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE60A is #4519F5. Grayscale: #C0C0C0. Windows color (decimal): -4528630 or 714426. OLE color: 714426.

HSL color Cylindrical-coordinate representation of color #BAE60A: hue angle of 72º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAE60A is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 10 -
CMYK 0.19 0 0.96 0.10
HSL 72º 0.92% 0.47% -
HSV(B) 72º 0.96% 0.9% -
XYZ 48.6 67.05 10.67 -
YUV 191.76 25.42 123.89 -
System Red Green Blue C M Y K H S L
Decimal 186 230 10 0.19 0 0.96 0.10 72 0.92 0.47
Hex BA E6 A 13 0 60 A 48 5C 2F
Octal 272 346 12 23 0 140 12 110 134 57
Binary 10111010 11100110 1010 10011 0 1100000 1010 1001000 1011100 101111

Color Harmonies of #BAE60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE60A

Black with #BAE60A

Text Example


Text Example

White with #BAE60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE60A; }

 p { color: rgb(186,230,10); }

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

background-color css

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

 a { background-color: rgb(186,230,10); }

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

border-color css

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

 span { border-color: rgb(186,230,10); }

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