#A8B434

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

Shades of Bahia #A8B434

Tints of Bahia #A8B434

Color information

#A8B434 (or 0xA8B434) is unknown color: approx Bahia. HEX triplet: A8, B4 and 34. RGB value is (168,180,52). Sum of RGB (Red+Green+Blue) = 168+180+52=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B434 is #574BCB. Grayscale: #A2A2A2. Windows color (decimal): -5721036 or 3454120. OLE color: 3454120.

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

Color convert

RGB16818052-
CMYK0.0700.710.29
HSL65.62º55.17%45.49%-
HSV(B)65.62º71.11%70.59%-
XYZ33.0941.229.46-
YUV161.8266.02132.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42%
GREEN value IS 180 (70.70% from 255) = 45%
BLUE value IS 52 (20.70% from 255) = 13%
R=42%
G=45%
B=13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168180520.0700.710.2965.6255.1745.49
HexA8B43470471D42372d
Octal2502646470107351026755
Binary101010001011010011010011101000111111011000010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B434; }

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

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

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

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

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

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

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

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