#A8B82A

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

Shades of Bahia #A8B82A

Tints of Bahia #A8B82A

Color information

#A8B82A (or 0xA8B82A) is unknown color: approx Bahia. HEX triplet: A8, B8 and 2A. RGB value is (168,184,42). Sum of RGB (Red+Green+Blue) = 168+184+42=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B82A is #5747D5. Grayscale: #A3A3A3. Windows color (decimal): -5720022 or 2799784. OLE color: 2799784.

HSL color Cylindrical-coordinate representation of color #A8B82A: hue angle of 66.76º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8B82A is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB16818442-
CMYK0.0900.770.28
HSL66.76º62.83%44.31%-
HSV(B)66.76º77.17%72.16%-
XYZ33.7142.778.67-
YUV163.0359.7131.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.64%
GREEN value IS 184 (72.27% from 255) = 46.70%
BLUE value IS 42 (16.80% from 255) = 10.66%
R=42.64%
G=46.70%
B=10.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal168184420.0900.770.2866.7662.8344.31
HexA8B82A904D1C433f2c
Octal25027052110115341037754
Binary1010100010111000101010100101001101111001000011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B82A; }

 p { color: rgb(168,184,42); }

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

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

 a { background-color: rgb(168,184,42); }

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

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

 span { border-color: rgb(168,184,42); }

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