#A9B61E

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

Shades of Bahia #A9B61E

Tints of Bahia #A9B61E

Color information

#A9B61E (or 0xA9B61E) is unknown color: approx Bahia. HEX triplet: A9, B6 and 1E. RGB value is (169,182,30). Sum of RGB (Red+Green+Blue) = 169+182+30=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B61E is #5649E1. Grayscale: #A1A1A1. Windows color (decimal): -5655010 or 2012841. OLE color: 2012841.

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

Color convert

RGB16918230-
CMYK0.0700.840.29
HSL65.13º71.7%41.57%-
HSV(B)65.13º83.52%71.37%-
XYZ33.3241.987.58-
YUV160.7854.19133.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.36%
GREEN value IS 182 (71.48% from 255) = 47.77%
BLUE value IS 30 (12.11% from 255) = 7.87%
R=44.36%
G=47.77%
B=7.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169182300.0700.840.2965.1371.741.57
HexA9B61E70541D41482a
Octal25126636701243510111052
Binary101010011011011011110111010101001110110000011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B61E; }

 p { color: rgb(169,182,30); }

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

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

 a { background-color: rgb(169,182,30); }

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

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

 span { border-color: rgb(169,182,30); }

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