#A0B434

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

Shades of Bahia #A0B434

Tints of Bahia #A0B434

Color information

#A0B434 (or 0xA0B434) is unknown color: approx Bahia. HEX triplet: A0, B4 and 34. RGB value is (160,180,52). Sum of RGB (Red+Green+Blue) = 160+180+52=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B434 is #5F4BCB. Grayscale: #9F9F9F. Windows color (decimal): -6245324 or 3454112. OLE color: 3454112.

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

Color convert

RGB16018052-
CMYK0.1100.710.29
HSL69.38º55.17%45.49%-
HSV(B)69.38º71.11%70.59%-
XYZ31.4440.369.38-
YUV159.4367.37128.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 180 (70.70% from 255) = 45.92%
BLUE value IS 52 (20.70% from 255) = 13.27%
R=40.82%
G=45.92%
B=13.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160180520.1100.710.2969.3855.1745.49
HexA0B434B0471D45372d
Octal24026464130107351056755
Binary1010000010110100110100101101000111111011000101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B434; }

 p { color: rgb(160,180,52); }

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

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

 a { background-color: rgb(160,180,52); }

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

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

 span { border-color: rgb(160,180,52); }

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