#a8c126

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

Shades of Bahia #A8C126

Tints of Bahia #A8C126

Color information

#A8C126 (or 0xA8C126) is unknown color: approx Bahia. HEX triplet: A8, C1 and 26. RGB value is (168,193,38). Sum of RGB (Red+Green+Blue) = 168+193+38=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C126 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C126 is #573ED9. Grayscale: #A8A8A8. Windows color (decimal): -5717722 or 2539944. OLE color: 2539944.

HSL color Cylindrical-coordinate representation of color #A8C126: hue angle of 69.68º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8C126 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB16819338-
CMYK0.1300.800.24
HSL69.68º67.1%45.29%-
HSV(B)69.68º80.31%75.69%-
XYZ35.5746.68.95-
YUV167.8654.72128.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.11%
GREEN value IS 193 (75.78% from 255) = 48.37%
BLUE value IS 38 (15.23% from 255) = 9.52%
R=42.11%
G=48.37%
B=9.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168193380.1300.800.2469.6867.145.29
HexA8C126D0501846432d
Octal250301461501203010610355
Binary10101000110000011001101101010100001100010001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8c126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8c126; }

 p { color: rgb(168,193,38); }

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

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

 a { background-color: rgb(168,193,38); }

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

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

 span { border-color: rgb(168,193,38); }

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