#a8ba28

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

Shades of Bahia #A8BA28

Tints of Bahia #A8BA28

Color information

#A8BA28 (or 0xA8BA28) is unknown color: approx Bahia. HEX triplet: A8, BA and 28. RGB value is (168,186,40). Sum of RGB (Red+Green+Blue) = 168+186+40=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BA28 is #5745D7. Grayscale: #A4A4A4. Windows color (decimal): -5719512 or 2669224. OLE color: 2669224.

HSL color Cylindrical-coordinate representation of color #A8BA28: hue angle of 67.4º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8BA28 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB16818640-
CMYK0.1000.780.27
HSL67.4º64.6%44.31%-
HSV(B)67.4º78.49%72.94%-
XYZ34.0943.68.63-
YUV163.9758.04130.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.64%
GREEN value IS 186 (73.05% from 255) = 47.21%
BLUE value IS 40 (16.02% from 255) = 10.15%
R=42.64%
G=47.21%
B=10.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168186400.1000.780.2767.464.644.31
HexA8BA28A04E1B43412c
Octal250272501201163310310154
Binary10101000101110101010001010010011101101110000111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8ba28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8ba28; }

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

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

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

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

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

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

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

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