Html Css Color HEX #BAE812 Inch Worm

📋 copy color: '#BAE812'

red 186 ◦ green 232 ◦ blue 18

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

Shades of Inch Worm #BAE812

Tints of Inch Worm #BAE812

RGB

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

 GREEN value IS 232 (91.02% from 255) = 53.21%

 BLUE value IS 18 (7.42% from 255) = 4.13%

R = 42.66%
G = 53.21%
B = 4.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#BAE812 (or 0xBAE812) is known color: Inch Worm. HEX triplet: BA, E8 and 12. RGB value is (186,232,18). Sum of RGB (Red+Green+Blue) = 186+232+18=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 232 (91.02% from 255 or 53.21% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE812 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE812 is #4517ED. Grayscale: #C2C2C2. Windows color (decimal): -4528110 or 1239226. OLE color: 1239226.

HSL color Cylindrical-coordinate representation of color #BAE812: hue angle of 72.9º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAE812 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 18 -
CMYK 0.20 0 0.92 0.09
HSL 72.9º 0.86% 0.49% -
HSV(B) 72.9º 0.92% 0.91% -
XYZ 49.22 68.2 11.14 -
YUV 193.85 28.76 122.4 -
System Red Green Blue C M Y K H S L
Decimal 186 232 18 0.20 0 0.92 0.09 72.9 0.86 0.49
Hex BA E8 12 14 0 5C 9 49 56 31
Octal 272 350 22 24 0 134 11 111 126 61
Binary 10111010 11101000 10010 10100 0 1011100 1001 1001001 1010110 110001

Color Harmonies of #BAE812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE812

Black with #BAE812

Text Example


Text Example

White with #BAE812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE812; }

 p { color: rgb(186,232,18); }

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

background-color css

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

 a { background-color: rgb(186,232,18); }

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

border-color css

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

 span { border-color: rgb(186,232,18); }

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