#ACCB8B

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

Shades of Feijoa #ACCB8B

Tints of Feijoa #ACCB8B

Color information

#ACCB8B (or 0xACCB8B) is unknown color: approx Feijoa. HEX triplet: AC, CB and 8B. RGB value is (172,203,139). Sum of RGB (Red+Green+Blue) = 172+203+139=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB8B is #533474. Grayscale: #BABABA. Windows color (decimal): -5452917 or 9161644. OLE color: 9161644.

HSL color Cylindrical-coordinate representation of color #ACCB8B: hue angle of 89.06º degrees, saturation: 0.38, 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 #ACCB8B is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB172203139-
CMYK0.1500.320.20
HSL89.06º38.1%67.06%-
HSV(B)89.06º31.53%79.61%-
XYZ43.0353.3532.46-
YUV186.44101.23117.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 203 (79.69% from 255) = 39.49%
BLUE value IS 139 (54.69% from 255) = 27.04%
R=33.46%
G=39.49%
B=27.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722031390.1500.320.2089.0638.167.06
HexACCB8BF02014592643
Octal254313213170402413146103
Binary101011001100101110001011111101000001010010110011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCB8B; }

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

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

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

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

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

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

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

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