#A6B727

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

Shades of Bahia #A6B727

Tints of Bahia #A6B727

Color information

#A6B727 (or 0xA6B727) is unknown color: approx Bahia. HEX triplet: A6, B7 and 27. RGB value is (166,183,39). Sum of RGB (Red+Green+Blue) = 166+183+39=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 39 (15.62% from 255 or 10.05% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B727 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B727 is #5948D8. Grayscale: #A2A2A2. Windows color (decimal): -5851353 or 2602918. OLE color: 2602918.

HSL color Cylindrical-coordinate representation of color #A6B727: hue angle of 67.08º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6B727 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB16618339-
CMYK0.0900.790.28
HSL67.08º64.86%43.53%-
HSV(B)67.08º78.69%71.76%-
XYZ33.0342.128.31-
YUV161.558.87131.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.78%
GREEN value IS 183 (71.88% from 255) = 47.16%
BLUE value IS 39 (15.62% from 255) = 10.05%
R=42.78%
G=47.16%
B=10.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal166183390.0900.790.2867.0864.8643.53
HexA6B727904F1C43412c
Octal246267471101173410310154
Binary10100110101101111001111001010011111110010000111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B727; }

 p { color: rgb(166,183,39); }

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

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

 a { background-color: rgb(166,183,39); }

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

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

 span { border-color: rgb(166,183,39); }

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