Html Css Color HEX #A6C011 Bahia

📋 copy color: '#A6C011'

red 166 ◦ green 192 ◦ blue 17

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

Shades of Bahia #A6C011

Tints of Bahia #A6C011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.53%

R = 44.27%
G = 51.2%
B = 4.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#A6C011 (or 0xA6C011) is known color: Bahia. HEX triplet: A6, C0 and 11. RGB value is (166,192,17). Sum of RGB (Red+Green+Blue) = 166+192+17=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C011 is #593FEE. Grayscale: #A4A4A4. Windows color (decimal): -5849071 or 1163430. OLE color: 1163430.

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

Color convert

RGB 166 192 17 -
CMYK 0.14 0 0.91 0.25
HSL 68.91º 0.84% 0.41% -
HSV(B) 68.91º 0.91% 0.75% -
XYZ 34.68 45.85 7.55 -
YUV 164.28 44.89 129.23 -
System Red Green Blue C M Y K H S L
Decimal 166 192 17 0.14 0 0.91 0.25 68.91 0.84 0.41
Hex A6 C0 11 E 0 5B 19 45 54 29
Octal 246 300 21 16 0 133 31 105 124 51
Binary 10100110 11000000 10001 1110 0 1011011 11001 1000101 1010100 101001

Color Harmonies of #A6C011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C011

Black with #A6C011

Text Example


Text Example

White with #A6C011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C011; }

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

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

background-color css

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

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

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

border-color css

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

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

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