Html Css Color HEX #BAE501 Inch Worm

📋 copy color: '#BAE501'

red 186 ◦ green 229 ◦ blue 1

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

Shades of Inch Worm #BAE501

Tints of Inch Worm #BAE501

RGB

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

 GREEN value IS 229 (89.84% from 255) = 55.05%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 44.71%
G = 55.05%
B = 0.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#BAE501 (or 0xBAE501) is known color: Inch Worm. HEX triplet: BA, E5 and 01. RGB value is (186,229,1). Sum of RGB (Red+Green+Blue) = 186+229+1=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 229 (89.84% from 255 or 55.05% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE501 is #451AFE. Grayscale: #BFBFBF. Windows color (decimal): -4528895 or 124346. OLE color: 124346.

HSL color Cylindrical-coordinate representation of color #BAE501: hue angle of 71.32º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAE501 is Cyan = 0.19, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 1 -
CMYK 0.19 0 1.00 0.10
HSL 71.32º 0.99% 0.45% -
HSV(B) 71.32º 1% 0.9% -
XYZ 48.27 66.48 10.32 -
YUV 190.15 21.25 125.04 -
System Red Green Blue C M Y K H S L
Decimal 186 229 1 0.19 0 1.00 0.10 71.32 0.99 0.45
Hex BA E5 1 13 0 64 A 47 63 2D
Octal 272 345 1 23 0 144 12 107 143 55
Binary 10111010 11100101 1 10011 0 1100100 1010 1000111 1100011 101101

Color Harmonies of #BAE501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE501

Black with #BAE501

Text Example


Text Example

White with #BAE501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE501; }

 p { color: rgb(186,229,1); }

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

background-color css

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

 a { background-color: rgb(186,229,1); }

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

border-color css

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

 span { border-color: rgb(186,229,1); }

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