#A8B72A

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

Shades of Bahia #A8B72A

Tints of Bahia #A8B72A

Color information

#A8B72A (or 0xA8B72A) is unknown color: approx Bahia. HEX triplet: A8, B7 and 2A. RGB value is (168,183,42). Sum of RGB (Red+Green+Blue) = 168+183+42=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B72A is #5748D5. Grayscale: #A2A2A2. Windows color (decimal): -5720278 or 2799528. OLE color: 2799528.

HSL color Cylindrical-coordinate representation of color #A8B72A: hue angle of 66.38º 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 #A8B72A is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB16818342-
CMYK0.0800.770.28
HSL66.38º62.67%44.12%-
HSV(B)66.38º77.05%71.76%-
XYZ33.542.368.6-
YUV162.4460.03131.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.75%
GREEN value IS 183 (71.88% from 255) = 46.56%
BLUE value IS 42 (16.80% from 255) = 10.69%
R=42.75%
G=46.56%
B=10.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal168183420.0800.770.2866.3862.6744.12
HexA8B72A804D1C423f2c
Octal25026752100115341027754
Binary1010100010110111101010100001001101111001000010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B72A; }

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

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

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

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

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

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

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

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