Html Css Color HEX #BAE002 Inch Worm

📋 copy color: '#BAE002'

red 186 ◦ green 224 ◦ blue 2

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

Shades of Inch Worm #BAE002

Tints of Inch Worm #BAE002

RGB

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

 GREEN value IS 224 (87.89% from 255) = 54.37%

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

R = 45.15%
G = 54.37%
B = 0.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#BAE002 (or 0xBAE002) is known color: Inch Worm. HEX triplet: BA, E0 and 02. RGB value is (186,224,2). Sum of RGB (Red+Green+Blue) = 186+224+2=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE002 is #451FFD. Grayscale: #BCBCBC. Windows color (decimal): -4530174 or 188602. OLE color: 188602.

HSL color Cylindrical-coordinate representation of color #BAE002: hue angle of 70.27º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAE002 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 2 -
CMYK 0.17 0 0.99 0.12
HSL 70.27º 0.98% 0.44% -
HSV(B) 70.27º 0.99% 0.88% -
XYZ 46.92 63.75 9.89 -
YUV 187.33 23.41 127.05 -
System Red Green Blue C M Y K H S L
Decimal 186 224 2 0.17 0 0.99 0.12 70.27 0.98 0.44
Hex BA E0 2 11 0 63 C 46 62 2C
Octal 272 340 2 21 0 143 14 106 142 54
Binary 10111010 11100000 10 10001 0 1100011 1100 1000110 1100010 101100

Color Harmonies of #BAE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE002

Black with #BAE002

Text Example


Text Example

White with #BAE002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE002; }

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

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

background-color css

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

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

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

border-color css

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

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

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