#A7C82A

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

Shades of Bahia #A7C82A

Tints of Bahia #A7C82A

Color information

#A7C82A (or 0xA7C82A) is unknown color: approx Bahia. HEX triplet: A7, C8 and 2A. RGB value is (167,200,42). Sum of RGB (Red+Green+Blue) = 167+200+42=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C82A is #5837D5. Grayscale: #ACACAC. Windows color (decimal): -5781462 or 2803879. OLE color: 2803879.

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

Color convert

RGB16720042-
CMYK0.1600.790.22
HSL72.53º65.29%47.45%-
HSV(B)72.53º79%78.43%-
XYZ37.0149.699.83-
YUV172.1254.57124.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 200 (78.52% from 255) = 48.90%
BLUE value IS 42 (16.80% from 255) = 10.27%
R=40.83%
G=48.90%
B=10.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal167200420.1600.790.2272.5365.2947.45
HexA7C82A1004F1649412f
Octal247310522001172611110157
Binary101001111100100010101010000010011111011010010011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C82A; }

 p { color: rgb(167,200,42); }

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

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

 a { background-color: rgb(167,200,42); }

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

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

 span { border-color: rgb(167,200,42); }

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