#A5CB85

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

Shades of Feijoa #A5CB85

Tints of Feijoa #A5CB85

Color information

#A5CB85 (or 0xA5CB85) is unknown color: approx Feijoa. HEX triplet: A5, CB and 85. RGB value is (165,203,133). Sum of RGB (Red+Green+Blue) = 165+203+133=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CB85 is #5A347A. Grayscale: #B7B7B7. Windows color (decimal): -5911675 or 8768421. OLE color: 8768421.

HSL color Cylindrical-coordinate representation of color #A5CB85: hue angle of 92.57º 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 #A5CB85 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB165203133-
CMYK0.1900.340.20
HSL92.57º40.23%65.88%-
HSV(B)92.57º34.48%79.61%-
XYZ41.1152.430.14-
YUV183.6699.41114.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 203 (79.69% from 255) = 40.52%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=32.93%
G=40.52%
B=26.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652031330.1900.340.2092.5740.2365.88
HexA5CB8513022145d2842
Octal245313205230422413550102
Binary1010010111001011100001011001101000101010010111011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CB85; }

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

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

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

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

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

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

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

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