#a1ad2b

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

Shades of Bahia #A1AD2B

Tints of Bahia #A1AD2B

Color information

#A1AD2B (or 0xA1AD2B) is unknown color: approx Bahia. HEX triplet: A1, AD and 2B. RGB value is (161,173,43). Sum of RGB (Red+Green+Blue) = 161+173+43=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AD2B is #5E52D4. Grayscale: #9B9B9B. Windows color (decimal): -6181589 or 2862497. OLE color: 2862497.

HSL color Cylindrical-coordinate representation of color #A1AD2B: hue angle of 65.54º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1AD2B is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB16117343-
CMYK0.0700.750.32
HSL65.54º60.19%42.35%-
HSV(B)65.54º75.14%67.84%-
XYZ30.0837.647.97-
YUV154.5965.02132.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 173 (67.97% from 255) = 45.89%
BLUE value IS 43 (17.19% from 255) = 11.41%
R=42.71%
G=45.89%
B=11.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161173430.0700.750.3265.5460.1942.35
HexA1AD2B704B20423c2a
Octal2412555370113401027452
Binary1010000110101101101011111010010111000001000010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1ad2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1ad2b; }

 p { color: rgb(161,173,43); }

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

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

 a { background-color: rgb(161,173,43); }

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

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

 span { border-color: rgb(161,173,43); }

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