Html Css Color HEX #BAE200 Inch Worm

📋 copy color: '#BAE200'

red 186 ◦ green 226 ◦ blue 0

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

Shades of Inch Worm #BAE200

Tints of Inch Worm #BAE200

RGB

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

 GREEN value IS 226 (88.67% from 255) = 54.85%

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

R = 45.15%
G = 54.85%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#BAE200 (or 0xBAE200) is known color: Inch Worm. HEX triplet: BA, E2 and 00. RGB value is (186,226,0). Sum of RGB (Red+Green+Blue) = 186+226+0=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 226 (88.67% from 255 or 54.85% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE200 is #451DFF. Grayscale: #BDBDBD. Windows color (decimal): -4529664 or 58042. OLE color: 58042.

HSL color Cylindrical-coordinate representation of color #BAE200: hue angle of 70.62º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAE200 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 0 -
CMYK 0.18 0 1 0.11
HSL 70.62º 1% 0.44% -
HSV(B) 70.62º 1% 0.89% -
XYZ 47.45 64.83 10.01 -
YUV 188.28 21.75 126.38 -
System Red Green Blue C M Y K H S L
Decimal 186 226 0 0.18 0 1 0.11 70.62 1 0.44
Hex BA E2 0 12 0 64 B 47 64 2C
Octal 272 342 0 22 0 144 13 107 144 54
Binary 10111010 11100010 0 10010 0 1100100 1011 1000111 1100100 101100

Color Harmonies of #BAE200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE200

Black with #BAE200

Text Example


Text Example

White with #BAE200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE200; }

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

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

background-color css

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

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

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

border-color css

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

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

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