#A9B233

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

Shades of Bahia #A9B233

Tints of Bahia #A9B233

Color information

#A9B233 (or 0xA9B233) is unknown color: approx Bahia. HEX triplet: A9, B2 and 33. RGB value is (169,178,51). Sum of RGB (Red+Green+Blue) = 169+178+51=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9B233 is #564DCC. Grayscale: #A1A1A1. Windows color (decimal): -5656013 or 3388073. OLE color: 3388073.

HSL color Cylindrical-coordinate representation of color #A9B233: hue angle of 64.25º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A9B233 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB16917851-
CMYK0.0500.710.30
HSL64.25º55.46%44.9%-
HSV(B)64.25º71.35%69.8%-
XYZ32.8840.519.22-
YUV160.8366.02133.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.46%
GREEN value IS 178 (69.92% from 255) = 44.72%
BLUE value IS 51 (20.31% from 255) = 12.81%
R=42.46%
G=44.72%
B=12.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal169178510.0500.710.3064.2555.4644.9
HexA9B23350471E40372d
Octal2512626350107361006755
Binary101010011011001011001110101000111111101000000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B233; }

 p { color: rgb(169,178,51); }

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

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

 a { background-color: rgb(169,178,51); }

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

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

 span { border-color: rgb(169,178,51); }

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