Html Css Color HEX #BAE800 Inch Worm

📋 copy color: '#BAE800'

red 186 ◦ green 232 ◦ blue 0

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

Shades of Inch Worm #BAE800

Tints of Inch Worm #BAE800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.5%
G = 55.5%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#BAE800 (or 0xBAE800) is known color: Inch Worm. HEX triplet: BA, E8 and 00. RGB value is (186,232,0). Sum of RGB (Red+Green+Blue) = 186+232+0=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 232 (91.02% from 255 or 55.50% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE800 is #4517FF. Grayscale: #C0C0C0. Windows color (decimal): -4528128 or 59578. OLE color: 59578.

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

Color convert

RGB 186 232 0 -
CMYK 0.20 0 1 0.09
HSL 71.9º 1% 0.45% -
HSV(B) 71.9º 1% 0.91% -
XYZ 49.11 68.15 10.57 -
YUV 191.8 19.76 123.86 -
System Red Green Blue C M Y K H S L
Decimal 186 232 0 0.20 0 1 0.09 71.9 1 0.45
Hex BA E8 0 14 0 64 9 48 64 2D
Octal 272 350 0 24 0 144 11 110 144 55
Binary 10111010 11101000 0 10100 0 1100100 1001 1001000 1100100 101101

Color Harmonies of #BAE800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE800

Black with #BAE800

Text Example


Text Example

White with #BAE800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE800; }

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

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

background-color css

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

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

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

border-color css

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

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

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