Html Css Color HEX #A6C010 Bahia

📋 copy color: '#A6C010'

red 166 ◦ green 192 ◦ blue 16

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

Shades of Bahia #A6C010

Tints of Bahia #A6C010

RGB

 RED value IS 166 (65.23% from 255) = 44.39%

 GREEN value IS 192 (75.39% from 255) = 51.34%

 BLUE value IS 16 (6.64% from 255) = 4.28%

R = 44.39%
G = 51.34%
B = 4.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#A6C010 (or 0xA6C010) is known color: Bahia. HEX triplet: A6, C0 and 10. RGB value is (166,192,16). Sum of RGB (Red+Green+Blue) = 166+192+16=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C010 is #593FEF. Grayscale: #A4A4A4. Windows color (decimal): -5849072 or 1097894. OLE color: 1097894.

HSL color Cylindrical-coordinate representation of color #A6C010: hue angle of 68.86º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6C010 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 192 16 -
CMYK 0.14 0 0.92 0.25
HSL 68.86º 0.85% 0.41% -
HSV(B) 68.86º 0.92% 0.75% -
XYZ 34.67 45.84 7.51 -
YUV 164.16 44.39 129.31 -
System Red Green Blue C M Y K H S L
Decimal 166 192 16 0.14 0 0.92 0.25 68.86 0.85 0.41
Hex A6 C0 10 E 0 5C 19 45 55 29
Octal 246 300 20 16 0 134 31 105 125 51
Binary 10100110 11000000 10000 1110 0 1011100 11001 1000101 1010101 101001

Color Harmonies of #A6C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C010

Black with #A6C010

Text Example


Text Example

White with #A6C010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C010; }

 p { color: rgb(166,192,16); }

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

background-color css

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

 a { background-color: rgb(166,192,16); }

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

border-color css

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

 span { border-color: rgb(166,192,16); }

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