Html Css Color HEX #BAE321 Inch Worm

📋 copy color: '#BAE321'

red 186 ◦ green 227 ◦ blue 33

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

Shades of Inch Worm #BAE321

Tints of Inch Worm #BAE321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.4%

R = 41.7%
G = 50.9%
B = 7.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#BAE321 (or 0xBAE321) is known color: Inch Worm. HEX triplet: BA, E3 and 21. RGB value is (186,227,33). Sum of RGB (Red+Green+Blue) = 186+227+33=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE321 is #451CDE. Grayscale: #C1C1C1. Windows color (decimal): -4529375 or 2220986. OLE color: 2220986.

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

Color convert

RGB 186 227 33 -
CMYK 0.18 0 0.85 0.11
HSL 72.68º 0.78% 0.51% -
HSV(B) 72.68º 0.85% 0.89% -
XYZ 47.99 65.49 11.55 -
YUV 192.63 37.92 123.27 -
System Red Green Blue C M Y K H S L
Decimal 186 227 33 0.18 0 0.85 0.11 72.68 0.78 0.51
Hex BA E3 21 12 0 55 B 49 4E 33
Octal 272 343 41 22 0 125 13 111 116 63
Binary 10111010 11100011 100001 10010 0 1010101 1011 1001001 1001110 110011

Color Harmonies of #BAE321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE321

Black with #BAE321

Text Example


Text Example

White with #BAE321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE321; }

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

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

background-color css

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

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

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

border-color css

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

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

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