#A7B922

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

Shades of Bahia #A7B922

Tints of Bahia #A7B922

Color information

#A7B922 (or 0xA7B922) is unknown color: approx Bahia. HEX triplet: A7, B9 and 22. RGB value is (167,185,34). Sum of RGB (Red+Green+Blue) = 167+185+34=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B922 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B922 is #5846DD. Grayscale: #A2A2A2. Windows color (decimal): -5785310 or 2275751. OLE color: 2275751.

HSL color Cylindrical-coordinate representation of color #A7B922: hue angle of 67.15º 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 #A7B922 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB16718534-
CMYK0.1000.820.27
HSL67.15º68.95%42.94%-
HSV(B)67.15º81.62%72.55%-
XYZ33.5743.038.05-
YUV162.455.54131.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.26%
GREEN value IS 185 (72.66% from 255) = 47.93%
BLUE value IS 34 (13.67% from 255) = 8.81%
R=43.26%
G=47.93%
B=8.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167185340.1000.820.2767.1568.9542.94
HexA7B922A0521B43452b
Octal247271421201223310310553
Binary10100111101110011000101010010100101101110000111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B922; }

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

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

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

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

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

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

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

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