Html Css Color HEX #BAE802 Inch Worm

📋 copy color: '#BAE802'

red 186 ◦ green 232 ◦ blue 2

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

Shades of Inch Worm #BAE802

Tints of Inch Worm #BAE802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 44.29%
G = 55.24%
B = 0.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#BAE802 (or 0xBAE802) is known color: Inch Worm. HEX triplet: BA, E8 and 02. RGB value is (186,232,2). Sum of RGB (Red+Green+Blue) = 186+232+2=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 232 (91.02% from 255 or 55.24% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE802 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE802 is #4517FD. Grayscale: #C0C0C0. Windows color (decimal): -4528126 or 190650. OLE color: 190650.

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

Color convert

RGB 186 232 2 -
CMYK 0.20 0 0.99 0.09
HSL 72º 0.98% 0.46% -
HSV(B) 72º 0.99% 0.91% -
XYZ 49.12 68.16 10.62 -
YUV 192.03 20.76 123.7 -
System Red Green Blue C M Y K H S L
Decimal 186 232 2 0.20 0 0.99 0.09 72 0.98 0.46
Hex BA E8 2 14 0 63 9 48 62 2E
Octal 272 350 2 24 0 143 11 110 142 56
Binary 10111010 11101000 10 10100 0 1100011 1001 1001000 1100010 101110

Color Harmonies of #BAE802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE802

Black with #BAE802

Text Example


Text Example

White with #BAE802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE802; }

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

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

background-color css

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

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

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

border-color css

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

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

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