#A5B51D

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

Shades of Bahia #A5B51D

Tints of Bahia #A5B51D

Color information

#A5B51D (or 0xA5B51D) is unknown color: approx Bahia. HEX triplet: A5, B5 and 1D. RGB value is (165,181,29). Sum of RGB (Red+Green+Blue) = 165+181+29=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B51D is #5A4AE2. Grayscale: #9F9F9F. Windows color (decimal): -5917411 or 1947045. OLE color: 1947045.

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

Color convert

RGB16518129-
CMYK0.0900.840.29
HSL66.32º72.38%41.18%-
HSV(B)66.32º83.98%70.98%-
XYZ32.2641.147.4-
YUV158.8954.7132.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 181 (71.09% from 255) = 48.27%
BLUE value IS 29 (11.72% from 255) = 7.73%
R=44%
G=48.27%
B=7.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165181290.0900.840.2966.3272.3841.18
HexA5B51D90541D424829
Octal245265351101243510211051
Binary1010010110110101111011001010101001110110000101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B51D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B51D; }

 p { color: rgb(165,181,29); }

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

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

 a { background-color: rgb(165,181,29); }

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

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

 span { border-color: rgb(165,181,29); }

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