#A5B726

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

Shades of Bahia #A5B726

Tints of Bahia #A5B726

Color information

#A5B726 (or 0xA5B726) is unknown color: approx Bahia. HEX triplet: A5, B7 and 26. RGB value is (165,183,38). Sum of RGB (Red+Green+Blue) = 165+183+38=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B726 is #5A48D9. Grayscale: #A1A1A1. Windows color (decimal): -5916890 or 2537381. OLE color: 2537381.

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

Color convert

RGB16518338-
CMYK0.1000.790.28
HSL67.45º65.61%43.33%-
HSV(B)67.45º79.23%71.76%-
XYZ32.842.018.21-
YUV161.0958.54130.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.75%
GREEN value IS 183 (71.88% from 255) = 47.41%
BLUE value IS 38 (15.23% from 255) = 9.84%
R=42.75%
G=47.41%
B=9.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal165183380.1000.790.2867.4565.6143.33
HexA5B726A04F1C43422b
Octal245267461201173410310253
Binary10100101101101111001101010010011111110010000111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B726; }

 p { color: rgb(165,183,38); }

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

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

 a { background-color: rgb(165,183,38); }

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

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

 span { border-color: rgb(165,183,38); }

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