Html Css Color HEX #BAE10E Inch Worm

📋 copy color: '#BAE10E'

red 186 ◦ green 225 ◦ blue 14

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

Shades of Inch Worm #BAE10E

Tints of Inch Worm #BAE10E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.94%

 BLUE value IS 14 (5.86% from 255) = 3.29%

R = 43.76%
G = 52.94%
B = 3.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#BAE10E (or 0xBAE10E) is known color: Inch Worm. HEX triplet: BA, E1 and 0E. RGB value is (186,225,14). Sum of RGB (Red+Green+Blue) = 186+225+14=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 225 (88.28% from 255 or 52.94% from 425); Blue value is 14 (5.86% from 255 or 3.29% from 425); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE10E is #451EF1. Grayscale: #BEBEBE. Windows color (decimal): -4529906 or 975290. OLE color: 975290.

HSL color Cylindrical-coordinate representation of color #BAE10E: hue angle of 71.09º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAE10E is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 14 -
CMYK 0.17 0 0.94 0.12
HSL 71.09º 0.88% 0.47% -
HSV(B) 71.09º 0.94% 0.88% -
XYZ 47.25 64.32 10.34 -
YUV 189.29 29.08 125.66 -
System Red Green Blue C M Y K H S L
Decimal 186 225 14 0.17 0 0.94 0.12 71.09 0.88 0.47
Hex BA E1 E 11 0 5E C 47 58 2F
Octal 272 341 16 21 0 136 14 107 130 57
Binary 10111010 11100001 1110 10001 0 1011110 1100 1000111 1011000 101111

Color Harmonies of #BAE10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE10E

Black with #BAE10E

Text Example


Text Example

White with #BAE10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE10E; }

 p { color: rgb(186,225,14); }

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

background-color css

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

 a { background-color: rgb(186,225,14); }

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

border-color css

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

 span { border-color: rgb(186,225,14); }

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