#A6B11C

Color #A6B11C Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A6B11C

Tints of Bahia #A6B11C

Color information

#A6B11C (or 0xA6B11C) is unknown color: approx Bahia. HEX triplet: A6, B1 and 1C. RGB value is (166,177,28). Sum of RGB (Red+Green+Blue) = 166+177+28=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B11C is #594EE3. Grayscale: #9D9D9D. Windows color (decimal): -5852900 or 1880486. OLE color: 1880486.

HSL color Cylindrical-coordinate representation of color #A6B11C: hue angle of 64.43º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6B11C is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB16617728-
CMYK0.0600.840.31
HSL64.43º72.68%40.2%-
HSV(B)64.43º84.18%69.41%-
XYZ31.6639.647.08-
YUV156.7355.36134.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 177 (69.53% from 255) = 47.71%
BLUE value IS 28 (11.33% from 255) = 7.55%
R=44.74%
G=47.71%
B=7.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166177280.0600.840.3164.4372.6840.2
HexA6B11C60541F404928
Octal24626134601243710011150
Binary101001101011000111100110010101001111110000001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B11C; }

 p { color: rgb(166,177,28); }

 H1.HeaderClassName
 {
   color: #A6B11C;
 }
 .AnyTagClassName
 {
   color: #A6B11C;
 }
</style>
background-color css

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

 a { background-color: rgb(166,177,28); }

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

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

 span { border-color: rgb(166,177,28); }

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