#A7B028

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

Shades of Bahia #A7B028

Tints of Bahia #A7B028

Color information

#A7B028 (or 0xA7B028) is unknown color: approx Bahia. HEX triplet: A7, B0 and 28. RGB value is (167,176,40). Sum of RGB (Red+Green+Blue) = 167+176+40=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B028 is #584FD7. Grayscale: #9E9E9E. Windows color (decimal): -5787608 or 2666663. OLE color: 2666663.

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

Color convert

RGB16717640-
CMYK0.0500.770.31
HSL63.97º62.96%42.35%-
HSV(B)63.97º77.27%69.02%-
XYZ31.8439.427.94-
YUV157.861.52134.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.60%
GREEN value IS 176 (69.14% from 255) = 45.95%
BLUE value IS 40 (16.02% from 255) = 10.44%
R=43.60%
G=45.95%
B=10.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167176400.0500.770.3163.9762.9642.35
HexA7B028504D1F403f2a
Octal2472605050115371007752
Binary101001111011000010100010101001101111111000000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B028; }

 p { color: rgb(167,176,40); }

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

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

 a { background-color: rgb(167,176,40); }

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

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

 span { border-color: rgb(167,176,40); }

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