#A8B922

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

Shades of Bahia #A8B922

Tints of Bahia #A8B922

Color information

#A8B922 (or 0xA8B922) is unknown color: approx Bahia. HEX triplet: A8, B9 and 22. RGB value is (168,185,34). Sum of RGB (Red+Green+Blue) = 168+185+34=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B922 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B922 is #5746DD. Grayscale: #A3A3A3. Windows color (decimal): -5719774 or 2275752. OLE color: 2275752.

HSL color Cylindrical-coordinate representation of color #A8B922: hue angle of 66.75º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8B922 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB16818534-
CMYK0.0900.820.27
HSL66.75º68.95%42.94%-
HSV(B)66.75º81.62%72.55%-
XYZ33.7943.148.06-
YUV162.755.37131.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.41%
GREEN value IS 185 (72.66% from 255) = 47.80%
BLUE value IS 34 (13.67% from 255) = 8.79%
R=43.41%
G=47.80%
B=8.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168185340.0900.820.2766.7568.9542.94
HexA8B92290521B43452b
Octal250271421101223310310553
Binary10101000101110011000101001010100101101110000111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B922; }

 p { color: rgb(168,185,34); }

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

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

 a { background-color: rgb(168,185,34); }

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

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

 span { border-color: rgb(168,185,34); }

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