Html Css Color HEX #BAE616 Inch Worm

📋 copy color: '#BAE616'

red 186 ◦ green 230 ◦ blue 22

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

Shades of Inch Worm #BAE616

Tints of Inch Worm #BAE616

RGB

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

 GREEN value IS 230 (90.23% from 255) = 52.51%

 BLUE value IS 22 (8.98% from 255) = 5.02%

R = 42.47%
G = 52.51%
B = 5.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#BAE616 (or 0xBAE616) is known color: Inch Worm. HEX triplet: BA, E6 and 16. RGB value is (186,230,22). Sum of RGB (Red+Green+Blue) = 186+230+22=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 230 (90.23% from 255 or 52.51% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE616 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE616 is #4519E9. Grayscale: #C1C1C1. Windows color (decimal): -4528618 or 1500858. OLE color: 1500858.

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

Color convert

RGB 186 230 22 -
CMYK 0.19 0 0.90 0.10
HSL 72.69º 0.83% 0.49% -
HSV(B) 72.69º 0.9% 0.9% -
XYZ 48.69 67.09 11.14 -
YUV 193.13 31.42 122.91 -
System Red Green Blue C M Y K H S L
Decimal 186 230 22 0.19 0 0.90 0.10 72.69 0.83 0.49
Hex BA E6 16 13 0 5A A 49 53 31
Octal 272 346 26 23 0 132 12 111 123 61
Binary 10111010 11100110 10110 10011 0 1011010 1010 1001001 1010011 110001

Color Harmonies of #BAE616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE616

Black with #BAE616

Text Example


Text Example

White with #BAE616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE616; }

 p { color: rgb(186,230,22); }

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

background-color css

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

 a { background-color: rgb(186,230,22); }

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

border-color css

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

 span { border-color: rgb(186,230,22); }

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