#A5B11E

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

Shades of Bahia #A5B11E

Tints of Bahia #A5B11E

Color information

#A5B11E (or 0xA5B11E) is unknown color: approx Bahia. HEX triplet: A5, B1 and 1E. RGB value is (165,177,30). Sum of RGB (Red+Green+Blue) = 165+177+30=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B11E is #5A4EE1. Grayscale: #9D9D9D. Windows color (decimal): -5918434 or 2011557. OLE color: 2011557.

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

Color convert

RGB16517730-
CMYK0.0700.830.31
HSL64.9º71.01%40.59%-
HSV(B)64.9º83.05%69.41%-
XYZ31.4739.547.2-
YUV156.6556.52133.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 177 (69.53% from 255) = 47.58%
BLUE value IS 30 (12.11% from 255) = 8.06%
R=44.35%
G=47.58%
B=8.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165177300.0700.830.3164.971.0140.59
HexA5B11E70531F414729
Octal24526136701233710110751
Binary101001011011000111110111010100111111110000011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B11E; }

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

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

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

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

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

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

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

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