Html Css Color HEX #BAE004 Inch Worm

📋 copy color: '#BAE004'

red 186 ◦ green 224 ◦ blue 4

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

Shades of Inch Worm #BAE004

Tints of Inch Worm #BAE004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 44.93%
G = 54.11%
B = 0.97%

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

#BAE004 (or 0xBAE004) is known color: Inch Worm. HEX triplet: BA, E0 and 04. RGB value is (186,224,4). Sum of RGB (Red+Green+Blue) = 186+224+4=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 224 (87.89% from 255 or 54.11% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE004 is #451FFB. Grayscale: #BCBCBC. Windows color (decimal): -4530172 or 319674. OLE color: 319674.

HSL color Cylindrical-coordinate representation of color #BAE004: hue angle of 70.36º 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 #BAE004 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

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

Color Harmonies of #BAE004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE004

Black with #BAE004

Text Example


Text Example

White with #BAE004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE004; }

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

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

background-color css

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

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

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

border-color css

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

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

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