#A5B82D

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

Shades of Bahia #A5B82D

Tints of Bahia #A5B82D

Color information

#A5B82D (or 0xA5B82D) is unknown color: approx Bahia. HEX triplet: A5, B8 and 2D. RGB value is (165,184,45). Sum of RGB (Red+Green+Blue) = 165+184+45=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B82D is #5A47D2. Grayscale: #A3A3A3. Windows color (decimal): -5916627 or 2996389. OLE color: 2996389.

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

Color convert

RGB16518445-
CMYK0.1000.760.28
HSL68.2º60.7%44.9%-
HSV(B)68.2º75.54%72.16%-
XYZ33.1342.478.93-
YUV162.4761.71129.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.88%
GREEN value IS 184 (72.27% from 255) = 46.70%
BLUE value IS 45 (17.97% from 255) = 11.42%
R=41.88%
G=46.70%
B=11.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal165184450.1000.760.2868.260.744.9
HexA5B82DA04C1C443d2d
Octal24527055120114341047555
Binary1010010110111000101101101001001100111001000100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B82D; }

 p { color: rgb(165,184,45); }

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

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

 a { background-color: rgb(165,184,45); }

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

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

 span { border-color: rgb(165,184,45); }

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