Html Css Color HEX #BAE805 Inch Worm

📋 copy color: '#BAE805'

red 186 ◦ green 232 ◦ blue 5

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

Shades of Inch Worm #BAE805

Tints of Inch Worm #BAE805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 43.97%
G = 54.85%
B = 1.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#BAE805 (or 0xBAE805) is known color: Inch Worm. HEX triplet: BA, E8 and 05. RGB value is (186,232,5). Sum of RGB (Red+Green+Blue) = 186+232+5=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 232 (91.02% from 255 or 54.85% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE805 is #4517FA. Grayscale: #C1C1C1. Windows color (decimal): -4528123 or 387258. OLE color: 387258.

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

Color convert

RGB 186 232 5 -
CMYK 0.20 0 0.98 0.09
HSL 72.16º 0.96% 0.46% -
HSV(B) 72.16º 0.98% 0.91% -
XYZ 49.13 68.16 10.71 -
YUV 192.37 22.26 123.46 -
System Red Green Blue C M Y K H S L
Decimal 186 232 5 0.20 0 0.98 0.09 72.16 0.96 0.46
Hex BA E8 5 14 0 62 9 48 60 2E
Octal 272 350 5 24 0 142 11 110 140 56
Binary 10111010 11101000 101 10100 0 1100010 1001 1001000 1100000 101110

Color Harmonies of #BAE805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE805

Black with #BAE805

Text Example


Text Example

White with #BAE805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE805; }

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

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

background-color css

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

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

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

border-color css

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

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

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