Html Css Color HEX #BAE40C Inch Worm

📋 copy color: '#BAE40C'

red 186 ◦ green 228 ◦ blue 12

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

Shades of Inch Worm #BAE40C

Tints of Inch Worm #BAE40C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 53.52%

 BLUE value IS 12 (5.08% from 255) = 2.82%

R = 43.66%
G = 53.52%
B = 2.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#BAE40C (or 0xBAE40C) is known color: Inch Worm. HEX triplet: BA, E4 and 0C. RGB value is (186,228,12). Sum of RGB (Red+Green+Blue) = 186+228+12=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 228 (89.45% from 255 or 53.52% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE40C is #451BF3. Grayscale: #BFBFBF. Windows color (decimal): -4529140 or 844986. OLE color: 844986.

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

Color convert

RGB 186 228 12 -
CMYK 0.18 0 0.95 0.11
HSL 71.67º 0.9% 0.47% -
HSV(B) 71.67º 0.95% 0.89% -
XYZ 48.06 65.95 10.54 -
YUV 190.82 27.09 124.56 -
System Red Green Blue C M Y K H S L
Decimal 186 228 12 0.18 0 0.95 0.11 71.67 0.9 0.47
Hex BA E4 C 12 0 5F B 48 5A 2F
Octal 272 344 14 22 0 137 13 110 132 57
Binary 10111010 11100100 1100 10010 0 1011111 1011 1001000 1011010 101111

Color Harmonies of #BAE40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE40C

Black with #BAE40C

Text Example


Text Example

White with #BAE40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE40C; }

 p { color: rgb(186,228,12); }

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

background-color css

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

 a { background-color: rgb(186,228,12); }

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

border-color css

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

 span { border-color: rgb(186,228,12); }

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