#ABCD92

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

Shades of Feijoa #ABCD92

Tints of Feijoa #ABCD92

Color information

#ABCD92 (or 0xABCD92) is unknown color: approx Feijoa. HEX triplet: AB, CD and 92. RGB value is (171,205,146). Sum of RGB (Red+Green+Blue) = 171+205+146=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD92 is #54326D. Grayscale: #BCBCBC. Windows color (decimal): -5517934 or 9620907. OLE color: 9620907.

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

Color convert

RGB171205146-
CMYK0.1700.290.20
HSL94.58º37.11%68.82%-
HSV(B)94.58º28.78%80.39%-
XYZ43.8154.435.38-
YUV188.11104.24115.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 205 (80.47% from 255) = 39.27%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=32.76%
G=39.27%
B=27.97%

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
Decimal1712051460.1700.290.2094.5837.1168.82
HexABCD921101D145f2545
Octal253315222210352413745105
Binary101010111100110110010010100010111011010010111111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCD92; }

 p { color: rgb(171,205,146); }

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

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

 a { background-color: rgb(171,205,146); }

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

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

 span { border-color: rgb(171,205,146); }

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