Html Css Color HEX #BAEC0A Inch Worm

📋 copy color: '#BAEC0A'

red 186 ◦ green 236 ◦ blue 10

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

Shades of Inch Worm #BAEC0A

Tints of Inch Worm #BAEC0A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 54.63%

 BLUE value IS 10 (4.3% from 255) = 2.31%

R = 43.06%
G = 54.63%
B = 2.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#BAEC0A (or 0xBAEC0A) is known color: Inch Worm. HEX triplet: BA, EC and 0A. RGB value is (186,236,10). Sum of RGB (Red+Green+Blue) = 186+236+10=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 236 (92.58% from 255 or 54.63% from 432); Blue value is 10 (4.30% from 255 or 2.31% from 432); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAEC0A is #4513F5. Grayscale: #C4C4C4. Windows color (decimal): -4527094 or 715962. OLE color: 715962.

HSL color Cylindrical-coordinate representation of color #BAEC0A: hue angle of 73.27º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAEC0A is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 10 -
CMYK 0.21 0 0.96 0.07
HSL 73.27º 0.92% 0.48% -
HSV(B) 73.27º 0.96% 0.93% -
XYZ 50.3 70.45 11.23 -
YUV 195.29 23.44 121.38 -
System Red Green Blue C M Y K H S L
Decimal 186 236 10 0.21 0 0.96 0.07 73.27 0.92 0.48
Hex BA EC A 15 0 60 7 49 5C 30
Octal 272 354 12 25 0 140 7 111 134 60
Binary 10111010 11101100 1010 10101 0 1100000 111 1001001 1011100 110000

Color Harmonies of #BAEC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEC0A

Black with #BAEC0A

Text Example


Text Example

White with #BAEC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEC0A; }

 p { color: rgb(186,236,10); }

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

background-color css

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

 a { background-color: rgb(186,236,10); }

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

border-color css

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

 span { border-color: rgb(186,236,10); }

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