#A8B12D

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

Shades of Bahia #A8B12D

Tints of Bahia #A8B12D

Color information

#A8B12D (or 0xA8B12D) is unknown color: approx Bahia. HEX triplet: A8, B1 and 2D. RGB value is (168,177,45). Sum of RGB (Red+Green+Blue) = 168+177+45=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B12D is #574ED2. Grayscale: #9F9F9F. Windows color (decimal): -5721811 or 2994600. OLE color: 2994600.

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

Color convert

RGB16817745-
CMYK0.0500.750.31
HSL64.09º59.46%43.53%-
HSV(B)64.09º74.58%69.41%-
XYZ32.3439.968.49-
YUV159.2663.52134.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.08%
GREEN value IS 177 (69.53% from 255) = 45.38%
BLUE value IS 45 (17.97% from 255) = 11.54%
R=43.08%
G=45.38%
B=11.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168177450.0500.750.3164.0959.4643.53
HexA8B12D504B1F403b2c
Octal2502615550113371007354
Binary101010001011000110110110101001011111111000000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B12D; }

 p { color: rgb(168,177,45); }

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

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

 a { background-color: rgb(168,177,45); }

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

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

 span { border-color: rgb(168,177,45); }

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