#A2B234

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

Shades of Bahia #A2B234

Tints of Bahia #A2B234

Color information

#A2B234 (or 0xA2B234) is unknown color: approx Bahia. HEX triplet: A2, B2 and 34. RGB value is (162,178,52). Sum of RGB (Red+Green+Blue) = 162+178+52=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B234 is #5D4DCB. Grayscale: #9F9F9F. Windows color (decimal): -6114764 or 3453602. OLE color: 3453602.

HSL color Cylindrical-coordinate representation of color #A2B234: hue angle of 67.62º 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 #A2B234 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB16217852-
CMYK0.0900.710.30
HSL67.62º54.78%45.1%-
HSV(B)67.62º70.79%69.8%-
XYZ31.4439.779.27-
YUV158.8567.7130.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 178 (69.92% from 255) = 45.41%
BLUE value IS 52 (20.70% from 255) = 13.27%
R=41.33%
G=45.41%
B=13.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal162178520.0900.710.3067.6254.7845.1
HexA2B23490471E44372d
Octal24226264110107361046755
Binary1010001010110010110100100101000111111101000100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B234; }

 p { color: rgb(162,178,52); }

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

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

 a { background-color: rgb(162,178,52); }

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

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

 span { border-color: rgb(162,178,52); }

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