#A8B731

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

Shades of Bahia #A8B731

Tints of Bahia #A8B731

Color information

#A8B731 (or 0xA8B731) is unknown color: approx Bahia. HEX triplet: A8, B7 and 31. RGB value is (168,183,49). Sum of RGB (Red+Green+Blue) = 168+183+49=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B731 is #5748CE. Grayscale: #A3A3A3. Windows color (decimal): -5720271 or 3258280. OLE color: 3258280.

HSL color Cylindrical-coordinate representation of color #A8B731: hue angle of 66.72º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8B731 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB16818349-
CMYK0.0800.730.28
HSL66.72º57.76%45.49%-
HSV(B)66.72º73.22%71.76%-
XYZ33.6442.419.32-
YUV163.2463.53131.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42%
GREEN value IS 183 (71.88% from 255) = 45.75%
BLUE value IS 49 (19.53% from 255) = 12.25%
R=42%
G=45.75%
B=12.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal168183490.0800.730.2866.7257.7645.49
HexA8B73180491C433a2d
Octal25026761100111341037255
Binary1010100010110111110001100001001001111001000011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B731; }

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

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

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

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

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

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

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

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