Html Css Color HEX #BAE504 Inch Worm

📋 copy color: '#BAE504'

red 186 ◦ green 229 ◦ blue 4

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

Shades of Inch Worm #BAE504

Tints of Inch Worm #BAE504

RGB

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

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

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

R = 44.39%
G = 54.65%
B = 0.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#BAE504 (or 0xBAE504) is known color: Inch Worm. HEX triplet: BA, E5 and 04. RGB value is (186,229,4). Sum of RGB (Red+Green+Blue) = 186+229+4=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 229 (89.84% from 255 or 54.65% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE504 is #451AFB. Grayscale: #BFBFBF. Windows color (decimal): -4528892 or 320954. OLE color: 320954.

HSL color Cylindrical-coordinate representation of color #BAE504: hue angle of 71.47º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAE504 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 4 -
CMYK 0.19 0 0.98 0.10
HSL 71.47º 0.97% 0.46% -
HSV(B) 71.47º 0.98% 0.9% -
XYZ 48.29 66.49 10.4 -
YUV 190.49 22.75 124.8 -
System Red Green Blue C M Y K H S L
Decimal 186 229 4 0.19 0 0.98 0.10 71.47 0.97 0.46
Hex BA E5 4 13 0 62 A 47 61 2E
Octal 272 345 4 23 0 142 12 107 141 56
Binary 10111010 11100101 100 10011 0 1100010 1010 1000111 1100001 101110

Color Harmonies of #BAE504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE504

Black with #BAE504

Text Example


Text Example

White with #BAE504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE504; }

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

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

background-color css

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

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

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

border-color css

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

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

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