#ABCD83

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

Shades of Feijoa #ABCD83

Tints of Feijoa #ABCD83

Color information

#ABCD83 (or 0xABCD83) is unknown color: approx Feijoa. HEX triplet: AB, CD and 83. RGB value is (171,205,131). Sum of RGB (Red+Green+Blue) = 171+205+131=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD83 is #54327C. Grayscale: #BABABA. Windows color (decimal): -5517949 or 8637867. OLE color: 8637867.

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

Color convert

RGB171205131-
CMYK0.1700.360.20
HSL87.57º42.53%65.88%-
HSV(B)87.57º36.1%80.39%-
XYZ42.7253.9629.64-
YUV186.496.74117.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 131 (51.56% from 255) = 25.84%
R=33.73%
G=40.43%
B=25.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712051310.1700.360.2087.5742.5365.88
HexABCD831102414582b42
Octal253315203210442413053102
Binary1010101111001101100000111000101001001010010110001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCD83; }

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

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

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

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

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

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

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

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