#A5B12E

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

Shades of Bahia #A5B12E

Tints of Bahia #A5B12E

Color information

#A5B12E (or 0xA5B12E) is unknown color: approx Bahia. HEX triplet: A5, B1 and 2E. RGB value is (165,177,46). Sum of RGB (Red+Green+Blue) = 165+177+46=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B12E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B12E is #5A4ED1. Grayscale: #9E9E9E. Windows color (decimal): -5918418 or 3060133. OLE color: 3060133.

HSL color Cylindrical-coordinate representation of color #A5B12E: hue angle of 65.5º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A5B12E is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB16517746-
CMYK0.0700.740.31
HSL65.5º58.74%43.73%-
HSV(B)65.5º74.01%69.41%-
XYZ31.7339.648.56-
YUV158.4864.52132.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 177 (69.53% from 255) = 45.62%
BLUE value IS 46 (18.36% from 255) = 11.86%
R=42.53%
G=45.62%
B=11.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165177460.0700.740.3165.558.7443.73
HexA5B12E704A1F413b2c
Octal2452615670112371017354
Binary101001011011000110111011101001010111111000001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B12E; }

 p { color: rgb(165,177,46); }

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

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

 a { background-color: rgb(165,177,46); }

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

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

 span { border-color: rgb(165,177,46); }

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