#A8B12B

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

Shades of Bahia #A8B12B

Tints of Bahia #A8B12B

Color information

#A8B12B (or 0xA8B12B) is unknown color: approx Bahia. HEX triplet: A8, B1 and 2B. RGB value is (168,177,43). Sum of RGB (Red+Green+Blue) = 168+177+43=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B12B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B12B is #574ED4. Grayscale: #9F9F9F. Windows color (decimal): -5721813 or 2863528. OLE color: 2863528.

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

Color convert

RGB16817743-
CMYK0.0500.760.31
HSL64.03º60.91%43.14%-
HSV(B)64.03º75.71%69.41%-
XYZ32.3139.948.29-
YUV159.0362.52134.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.30%
GREEN value IS 177 (69.53% from 255) = 45.62%
BLUE value IS 43 (17.19% from 255) = 11.08%
R=43.30%
G=45.62%
B=11.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168177430.0500.760.3164.0360.9143.14
HexA8B12B504C1F403d2b
Octal2502615350114371007553
Binary101010001011000110101110101001100111111000000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B12B; }

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

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

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

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

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

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

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

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