#A8C028

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

Shades of Bahia #A8C028

Tints of Bahia #A8C028

Color information

#A8C028 (or 0xA8C028) is unknown color: approx Bahia. HEX triplet: A8, C0 and 28. RGB value is (168,192,40). Sum of RGB (Red+Green+Blue) = 168+192+40=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C028 is #573FD7. Grayscale: #A8A8A8. Windows color (decimal): -5717976 or 2670760. OLE color: 2670760.

HSL color Cylindrical-coordinate representation of color #A8C028: hue angle of 69.47º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8C028 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB16819240-
CMYK0.1200.790.25
HSL69.47º65.52%45.49%-
HSV(B)69.47º79.17%75.29%-
XYZ35.3846.189.06-
YUV167.556.05128.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42%
GREEN value IS 192 (75.39% from 255) = 48%
BLUE value IS 40 (16.02% from 255) = 10%
R=42%
G=48%
B=10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168192400.1200.790.2569.4765.5245.49
HexA8C028C04F1945422d
Octal250300501401173110510255
Binary10101000110000001010001100010011111100110001011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C028; }

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

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

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

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

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

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

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

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