#A6B72A

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

Shades of Bahia #A6B72A

Tints of Bahia #A6B72A

Color information

#A6B72A (or 0xA6B72A) is unknown color: approx Bahia. HEX triplet: A6, B7 and 2A. RGB value is (166,183,42). Sum of RGB (Red+Green+Blue) = 166+183+42=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B72A is #5948D5. Grayscale: #A2A2A2. Windows color (decimal): -5851350 or 2799526. OLE color: 2799526.

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

Color convert

RGB16618342-
CMYK0.0900.770.28
HSL67.23º62.67%44.12%-
HSV(B)67.23º77.05%71.76%-
XYZ33.0842.148.58-
YUV161.8460.37130.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.46%
GREEN value IS 183 (71.88% from 255) = 46.80%
BLUE value IS 42 (16.80% from 255) = 10.74%
R=42.46%
G=46.80%
B=10.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal166183420.0900.770.2867.2362.6744.12
HexA6B72A904D1C433f2c
Octal24626752110115341037754
Binary1010011010110111101010100101001101111001000011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B72A; }

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

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

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

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

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

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

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

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