Html Css Color HEX #BAE005 Inch Worm

📋 copy color: '#BAE005'

red 186 ◦ green 224 ◦ blue 5

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

Shades of Inch Worm #BAE005

Tints of Inch Worm #BAE005

RGB

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

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

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

R = 44.82%
G = 53.98%
B = 1.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#BAE005 (or 0xBAE005) is known color: Inch Worm. HEX triplet: BA, E0 and 05. RGB value is (186,224,5). Sum of RGB (Red+Green+Blue) = 186+224+5=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 224 (87.89% from 255 or 53.98% from 415); Blue value is 5 (2.34% from 255 or 1.20% from 415); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE005 is #451FFA. Grayscale: #BCBCBC. Windows color (decimal): -4530171 or 385210. OLE color: 385210.

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

Color convert

RGB 186 224 5 -
CMYK 0.17 0 0.98 0.12
HSL 70.41º 0.96% 0.45% -
HSV(B) 70.41º 0.98% 0.88% -
XYZ 46.93 63.76 9.98 -
YUV 187.67 24.91 126.81 -
System Red Green Blue C M Y K H S L
Decimal 186 224 5 0.17 0 0.98 0.12 70.41 0.96 0.45
Hex BA E0 5 11 0 62 C 46 60 2D
Octal 272 340 5 21 0 142 14 106 140 55
Binary 10111010 11100000 101 10001 0 1100010 1100 1000110 1100000 101101

Color Harmonies of #BAE005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE005

Black with #BAE005

Text Example


Text Example

White with #BAE005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE005; }

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

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

background-color css

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

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

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

border-color css

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

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

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