#A7B933

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

Shades of Bahia #A7B933

Tints of Bahia #A7B933

Color information

#A7B933 (or 0xA7B933) is unknown color: approx Bahia. HEX triplet: A7, B9 and 33. RGB value is (167,185,51). Sum of RGB (Red+Green+Blue) = 167+185+51=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B933 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B933 is #5846CC. Grayscale: #A4A4A4. Windows color (decimal): -5785293 or 3389863. OLE color: 3389863.

HSL color Cylindrical-coordinate representation of color #A7B933: hue angle of 68.06º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7B933 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB16718551-
CMYK0.1000.720.27
HSL68.06º56.78%46.27%-
HSV(B)68.06º72.43%72.55%-
XYZ33.8843.159.68-
YUV164.3464.04129.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.44%
GREEN value IS 185 (72.66% from 255) = 45.91%
BLUE value IS 51 (20.31% from 255) = 12.66%
R=41.44%
G=45.91%
B=12.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167185510.1000.720.2768.0656.7846.27
HexA7B933A0481B44392e
Octal24727163120110331047156
Binary1010011110111001110011101001001000110111000100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B933; }

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

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

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

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

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

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

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

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