Html Css Color HEX #BAE10C Inch Worm

📋 copy color: '#BAE10C'

red 186 ◦ green 225 ◦ blue 12

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

Shades of Inch Worm #BAE10C

Tints of Inch Worm #BAE10C

RGB

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

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

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

R = 43.97%
G = 53.19%
B = 2.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#BAE10C (or 0xBAE10C) is known color: Inch Worm. HEX triplet: BA, E1 and 0C. RGB value is (186,225,12). Sum of RGB (Red+Green+Blue) = 186+225+12=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE10C is #451EF3. Grayscale: #BDBDBD. Windows color (decimal): -4529908 or 844218. OLE color: 844218.

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

Color convert

RGB 186 225 12 -
CMYK 0.17 0 0.95 0.12
HSL 70.99º 0.9% 0.46% -
HSV(B) 70.99º 0.95% 0.88% -
XYZ 47.24 64.32 10.27 -
YUV 189.06 28.08 125.82 -
System Red Green Blue C M Y K H S L
Decimal 186 225 12 0.17 0 0.95 0.12 70.99 0.9 0.46
Hex BA E1 C 11 0 5F C 47 5A 2E
Octal 272 341 14 21 0 137 14 107 132 56
Binary 10111010 11100001 1100 10001 0 1011111 1100 1000111 1011010 101110

Color Harmonies of #BAE10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE10C

Black with #BAE10C

Text Example


Text Example

White with #BAE10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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