#A7B226

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

Shades of Bahia #A7B226

Tints of Bahia #A7B226

Color information

#A7B226 (or 0xA7B226) is unknown color: approx Bahia. HEX triplet: A7, B2 and 26. RGB value is (167,178,38). Sum of RGB (Red+Green+Blue) = 167+178+38=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B226 is #584DD9. Grayscale: #9F9F9F. Windows color (decimal): -5787098 or 2536103. OLE color: 2536103.

HSL color Cylindrical-coordinate representation of color #A7B226: hue angle of 64.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A7B226 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB16717838-
CMYK0.0600.790.30
HSL64.71º64.81%42.35%-
HSV(B)64.71º78.65%69.8%-
XYZ32.2140.27.89-
YUV158.7559.86133.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.60%
GREEN value IS 178 (69.92% from 255) = 46.48%
BLUE value IS 38 (15.23% from 255) = 9.92%
R=43.60%
G=46.48%
B=9.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal167178380.0600.790.3064.7164.8142.35
HexA7B226604F1E41412a
Octal24726246601173610110152
Binary1010011110110010100110110010011111111010000011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B226; }

 p { color: rgb(167,178,38); }

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

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

 a { background-color: rgb(167,178,38); }

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

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

 span { border-color: rgb(167,178,38); }

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