#a9c82c

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

Shades of Bahia #A9C82C

Tints of Bahia #A9C82C

Color information

#A9C82C (or 0xA9C82C) is unknown color: approx Bahia. HEX triplet: A9, C8 and 2C. RGB value is (169,200,44). Sum of RGB (Red+Green+Blue) = 169+200+44=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C82C is #5637D3. Grayscale: #ADADAD. Windows color (decimal): -5650388 or 2934953. OLE color: 2934953.

HSL color Cylindrical-coordinate representation of color #A9C82C: hue angle of 71.92º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A9C82C is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB16920044-
CMYK0.1600.780.22
HSL71.92º63.93%47.84%-
HSV(B)71.92º78%78.43%-
XYZ37.4749.9310.04-
YUV172.9555.23125.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 200 (78.52% from 255) = 48.43%
BLUE value IS 44 (17.58% from 255) = 10.65%
R=40.92%
G=48.43%
B=10.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169200440.1600.780.2271.9263.9347.84
HexA9C82C1004E16484030
Octal251310542001162611010060
Binary101010011100100010110010000010011101011010010001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9c82c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9c82c; }

 p { color: rgb(169,200,44); }

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

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

 a { background-color: rgb(169,200,44); }

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

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

 span { border-color: rgb(169,200,44); }

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