#A7BB22

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

Shades of Bahia #A7BB22

Tints of Bahia #A7BB22

Color information

#A7BB22 (or 0xA7BB22) is unknown color: approx Bahia. HEX triplet: A7, BB and 22. RGB value is (167,187,34). Sum of RGB (Red+Green+Blue) = 167+187+34=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 187 - color contains mainly: green. Hex color #A7BB22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BB22 is #5844DD. Grayscale: #A4A4A4. Windows color (decimal): -5784798 or 2276263. OLE color: 2276263.

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

Color convert

RGB16718734-
CMYK0.1100.820.27
HSL67.84º69.23%43.33%-
HSV(B)67.84º81.82%73.33%-
XYZ3443.878.19-
YUV163.5854.87130.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.04%
GREEN value IS 187 (73.44% from 255) = 48.20%
BLUE value IS 34 (13.67% from 255) = 8.76%
R=43.04%
G=48.20%
B=8.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167187340.1100.820.2767.8469.2343.33
HexA7BB22B0521B44452b
Octal247273421301223310410553
Binary10100111101110111000101011010100101101110001001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BB22; }

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

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

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

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

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

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

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

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