#A8CB91

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

Shades of Feijoa #A8CB91

Tints of Feijoa #A8CB91

Color information

#A8CB91 (or 0xA8CB91) is unknown color: approx Feijoa. HEX triplet: A8, CB and 91. RGB value is (168,203,145). Sum of RGB (Red+Green+Blue) = 168+203+145=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CB91 is #57346E. Grayscale: #BABABA. Windows color (decimal): -5715055 or 9554856. OLE color: 9554856.

HSL color Cylindrical-coordinate representation of color #A8CB91: hue angle of 96.21º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8CB91 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB168203145-
CMYK0.1700.290.20
HSL96.21º35.8%68.24%-
HSV(B)96.21º28.57%79.61%-
XYZ42.6253.0834.79-
YUV185.92104.9115.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 203 (79.69% from 255) = 39.34%
BLUE value IS 145 (57.03% from 255) = 28.10%
R=32.56%
G=39.34%
B=28.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682031450.1700.290.2096.2135.868.24
HexA8CB911101D14602444
Octal250313221210352414044104
Binary101010001100101110010001100010111011010011000001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CB91; }

 p { color: rgb(168,203,145); }

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

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

 a { background-color: rgb(168,203,145); }

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

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

 span { border-color: rgb(168,203,145); }

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