#ADCC8B

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

Shades of Feijoa #ADCC8B

Tints of Feijoa #ADCC8B

Color information

#ADCC8B (or 0xADCC8B) is unknown color: approx Feijoa. HEX triplet: AD, CC and 8B. RGB value is (173,204,139). Sum of RGB (Red+Green+Blue) = 173+204+139=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC8B is #523374. Grayscale: #BBBBBB. Windows color (decimal): -5387125 or 9161901. OLE color: 9161901.

HSL color Cylindrical-coordinate representation of color #ADCC8B: hue angle of 88.62º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADCC8B is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB173204139-
CMYK0.1500.320.2
HSL88.62º38.92%67.25%-
HSV(B)88.62º31.86%80%-
XYZ43.4953.9332.54-
YUV187.32100.73117.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 204 (80.08% from 255) = 39.53%
BLUE value IS 139 (54.69% from 255) = 26.94%
R=33.53%
G=39.53%
B=26.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041390.1500.320.288.6238.9267.25
HexADCC8BF02014592743
Octal255314213170402413147103
Binary101011011100110010001011111101000001010010110011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCC8B; }

 p { color: rgb(173,204,139); }

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

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

 a { background-color: rgb(173,204,139); }

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

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

 span { border-color: rgb(173,204,139); }

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