#A8B828

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

Shades of Bahia #A8B828

Tints of Bahia #A8B828

Color information

#A8B828 (or 0xA8B828) is unknown color: approx Bahia. HEX triplet: A8, B8 and 28. RGB value is (168,184,40). Sum of RGB (Red+Green+Blue) = 168+184+40=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B828 is #5747D7. Grayscale: #A3A3A3. Windows color (decimal): -5720024 or 2668712. OLE color: 2668712.

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

Color convert

RGB16818440-
CMYK0.0900.780.28
HSL66.67º64.29%43.92%-
HSV(B)66.67º78.26%72.16%-
XYZ33.6742.768.49-
YUV162.858.7131.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 184 (72.27% from 255) = 46.94%
BLUE value IS 40 (16.02% from 255) = 10.20%
R=42.86%
G=46.94%
B=10.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal168184400.0900.780.2866.6764.2943.92
HexA8B828904E1C43402c
Octal250270501101163410310054
Binary10101000101110001010001001010011101110010000111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B828; }

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

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

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

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

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

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

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

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