#A1C327

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

Shades of Bahia #A1C327

Tints of Bahia #A1C327

Color information

#A1C327 (or 0xA1C327) is unknown color: approx Bahia. HEX triplet: A1, C3 and 27. RGB value is (161,195,39). Sum of RGB (Red+Green+Blue) = 161+195+39=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C327 is #5E3CD8. Grayscale: #A7A7A7. Windows color (decimal): -6175961 or 2605985. OLE color: 2605985.

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

Color convert

RGB16119539-
CMYK0.1700.800.24
HSL73.08º66.67%45.88%-
HSV(B)73.08º80%76.47%-
XYZ34.5846.759.12-
YUV167.0555.74123.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.76%
GREEN value IS 195 (76.56% from 255) = 49.37%
BLUE value IS 39 (15.62% from 255) = 9.87%
R=40.76%
G=49.37%
B=9.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161195390.1700.800.2473.0866.6745.88
HexA1C327110501849432e
Octal241303472101203011110356
Binary101000011100001110011110001010100001100010010011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C327; }

 p { color: rgb(161,195,39); }

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

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

 a { background-color: rgb(161,195,39); }

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

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

 span { border-color: rgb(161,195,39); }

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