#A7CB85

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

Shades of Feijoa #A7CB85

Tints of Feijoa #A7CB85

Color information

#A7CB85 (or 0xA7CB85) is unknown color: approx Feijoa. HEX triplet: A7, CB and 85. RGB value is (167,203,133). Sum of RGB (Red+Green+Blue) = 167+203+133=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CB85 is #58347A. Grayscale: #B8B8B8. Windows color (decimal): -5780603 or 8768423. OLE color: 8768423.

HSL color Cylindrical-coordinate representation of color #A7CB85: hue angle of 90.86º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7CB85 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB167203133-
CMYK0.1800.340.20
HSL90.86º40.23%65.88%-
HSV(B)90.86º34.48%79.61%-
XYZ41.5352.6230.16-
YUV184.2699.07115.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.20%
GREEN value IS 203 (79.69% from 255) = 40.36%
BLUE value IS 133 (52.34% from 255) = 26.44%
R=33.20%
G=40.36%
B=26.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672031330.1800.340.2090.8640.2365.88
HexA7CB8512022145b2842
Octal247313205220422413350102
Binary1010011111001011100001011001001000101010010110111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CB85; }

 p { color: rgb(167,203,133); }

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

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

 a { background-color: rgb(167,203,133); }

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

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

 span { border-color: rgb(167,203,133); }

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