#ABCB92

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

Shades of Feijoa #ABCB92

Tints of Feijoa #ABCB92

Color information

#ABCB92 (or 0xABCB92) is unknown color: approx Feijoa. HEX triplet: AB, CB and 92. RGB value is (171,203,146). Sum of RGB (Red+Green+Blue) = 171+203+146=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCB92 is #54346D. Grayscale: #BBBBBB. Windows color (decimal): -5518446 or 9620395. OLE color: 9620395.

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

Color convert

RGB171203146-
CMYK0.1600.280.20
HSL93.68º35.4%68.43%-
HSV(B)93.68º28.08%79.61%-
XYZ43.3453.4535.23-
YUV186.93104.9116.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 203 (79.69% from 255) = 39.04%
BLUE value IS 146 (57.42% from 255) = 28.08%
R=32.88%
G=39.04%
B=28.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031460.1600.280.2093.6835.468.43
HexABCB921001C145e2344
Octal253313222200342413643104
Binary101010111100101110010010100000111001010010111101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCB92; }

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

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

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

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

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

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

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

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