#ABCC97

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

Shades of Feijoa #ABCC97

Tints of Feijoa #ABCC97

Color information

#ABCC97 (or 0xABCC97) is unknown color: approx Feijoa. HEX triplet: AB, CC and 97. RGB value is (171,204,151). Sum of RGB (Red+Green+Blue) = 171+204+151=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCC97 is #543368. Grayscale: #BCBCBC. Windows color (decimal): -5518185 or 9948331. OLE color: 9948331.

HSL color Cylindrical-coordinate representation of color #ABCC97: hue angle of 97.36º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABCC97 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB171204151-
CMYK0.1600.260.2
HSL97.36º34.19%69.61%-
HSV(B)97.36º25.98%80%-
XYZ43.9754.0837.4-
YUV188.09107.07115.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 204 (80.08% from 255) = 38.78%
BLUE value IS 151 (59.38% from 255) = 28.71%
R=32.51%
G=38.78%
B=28.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1712041510.1600.260.297.3634.1969.61
HexABCC971001A14612246
Octal253314227200322414142106
Binary101010111100110010010111100000110101010011000011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC97; }

 p { color: rgb(171,204,151); }

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

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

 a { background-color: rgb(171,204,151); }

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

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

 span { border-color: rgb(171,204,151); }

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