#ABCD82

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

Shades of Feijoa #ABCD82

Tints of Feijoa #ABCD82

Color information

#ABCD82 (or 0xABCD82) is unknown color: approx Feijoa. HEX triplet: AB, CD and 82. RGB value is (171,205,130). Sum of RGB (Red+Green+Blue) = 171+205+130=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD82 is #54327D. Grayscale: #BABABA. Windows color (decimal): -5517950 or 8572331. OLE color: 8572331.

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

Color convert

RGB171205130-
CMYK0.1700.370.20
HSL87.2º42.86%65.69%-
HSV(B)87.2º36.59%80.39%-
XYZ42.6653.9329.28-
YUV186.2896.24117.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 130 (51.17% from 255) = 25.69%
R=33.79%
G=40.51%
B=25.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712051300.1700.370.2087.242.8665.69
HexABCD821102514572b42
Octal253315202210452412753102
Binary1010101111001101100000101000101001011010010101111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCD82; }

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

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

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

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

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

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

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

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