Html Css Color HEX #BAE320 Inch Worm

📋 copy color: '#BAE320'

red 186 ◦ green 227 ◦ blue 32

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

Shades of Inch Worm #BAE320

Tints of Inch Worm #BAE320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.01%

 BLUE value IS 32 (12.89% from 255) = 7.19%

R = 41.8%
G = 51.01%
B = 7.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#BAE320 (or 0xBAE320) is known color: Inch Worm. HEX triplet: BA, E3 and 20. RGB value is (186,227,32). Sum of RGB (Red+Green+Blue) = 186+227+32=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 227 (89.06% from 255 or 51.01% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE320 is #451CDF. Grayscale: #C1C1C1. Windows color (decimal): -4529376 or 2155450. OLE color: 2155450.

HSL color Cylindrical-coordinate representation of color #BAE320: hue angle of 72.62º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAE320 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 227 32 -
CMYK 0.18 0 0.86 0.11
HSL 72.62º 0.78% 0.51% -
HSV(B) 72.62º 0.86% 0.89% -
XYZ 47.98 65.48 11.48 -
YUV 192.51 37.42 123.36 -
System Red Green Blue C M Y K H S L
Decimal 186 227 32 0.18 0 0.86 0.11 72.62 0.78 0.51
Hex BA E3 20 12 0 56 B 49 4E 33
Octal 272 343 40 22 0 126 13 111 116 63
Binary 10111010 11100011 100000 10010 0 1010110 1011 1001001 1001110 110011

Color Harmonies of #BAE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE320

Black with #BAE320

Text Example


Text Example

White with #BAE320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE320; }

 p { color: rgb(186,227,32); }

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

background-color css

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

 a { background-color: rgb(186,227,32); }

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

border-color css

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

 span { border-color: rgb(186,227,32); }

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