#A5B628

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

Shades of Bahia #A5B628

Tints of Bahia #A5B628

Color information

#A5B628 (or 0xA5B628) is unknown color: approx Bahia. HEX triplet: A5, B6 and 28. RGB value is (165,182,40). Sum of RGB (Red+Green+Blue) = 165+182+40=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 182 (71.48% from 255 or 47.03% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B628 is #5A49D7. Grayscale: #A1A1A1. Windows color (decimal): -5917144 or 2668197. OLE color: 2668197.

HSL color Cylindrical-coordinate representation of color #A5B628: hue angle of 67.18º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5B628 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB16518240-
CMYK0.0900.780.29
HSL67.18º63.96%43.53%-
HSV(B)67.18º78.02%71.37%-
XYZ32.6341.618.32-
YUV160.7359.87131.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 182 (71.48% from 255) = 47.03%
BLUE value IS 40 (16.02% from 255) = 10.34%
R=42.64%
G=47.03%
B=10.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165182400.0900.780.2967.1863.9643.53
HexA5B628904E1D43402c
Octal245266501101163510310054
Binary10100101101101101010001001010011101110110000111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B628; }

 p { color: rgb(165,182,40); }

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

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

 a { background-color: rgb(165,182,40); }

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

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

 span { border-color: rgb(165,182,40); }

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