#ACCB8D

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

Shades of Feijoa #ACCB8D

Tints of Feijoa #ACCB8D

Color information

#ACCB8D (or 0xACCB8D) is unknown color: approx Feijoa. HEX triplet: AC, CB and 8D. RGB value is (172,203,141). Sum of RGB (Red+Green+Blue) = 172+203+141=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB8D is #533472. Grayscale: #BABABA. Windows color (decimal): -5452915 or 9292716. OLE color: 9292716.

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

Color convert

RGB172203141-
CMYK0.1500.310.20
HSL90º37.35%67.45%-
HSV(B)90º30.54%79.61%-
XYZ43.1853.4133.23-
YUV186.66102.23117.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 203 (79.69% from 255) = 39.34%
BLUE value IS 141 (55.47% from 255) = 27.33%
R=33.33%
G=39.34%
B=27.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722031410.1500.310.209037.3567.45
HexACCB8DF01F145a2543
Octal254313215170372413245103
Binary10101100110010111000110111110111111010010110101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCB8D; }

 p { color: rgb(172,203,141); }

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

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

 a { background-color: rgb(172,203,141); }

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

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

 span { border-color: rgb(172,203,141); }

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