Html Css Color HEX #ACCC86 Feijoa

📋 copy color: '#ACCC86'

red 172 ◦ green 204 ◦ blue 134

#ACCC86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #ACCC86

Tints of Feijoa #ACCC86

RGB

 RED value IS 172 (67.58% from 255) = 33.73%

 GREEN value IS 204 (80.08% from 255) = 40%

 BLUE value IS 134 (52.73% from 255) = 26.27%

R = 33.73%
G = 40%
B = 26.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#ACCC86 (or 0xACCC86) is known color: Feijoa. HEX triplet: AC, CC and 86. RGB value is (172,204,134). Sum of RGB (Red+Green+Blue) = 172+204+134=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCC86 is #533379. Grayscale: #BABABA. Windows color (decimal): -5452666 or 8834220. OLE color: 8834220.

HSL color Cylindrical-coordinate representation of color #ACCC86: hue angle of 87.43º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACCC86 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 134 -
CMYK 0.16 0 0.34 0.2
HSL 87.43º 0.41% 0.66% -
HSV(B) 87.43º 0.34% 0.8% -
XYZ 42.91 53.68 30.65 -
YUV 186.45 98.4 117.69 -
System Red Green Blue C M Y K H S L
Decimal 172 204 134 0.16 0 0.34 0.2 87.43 0.41 0.66
Hex AC CC 86 10 0 22 14 57 29 42
Octal 254 314 206 20 0 42 24 127 51 102
Binary 10101100 11001100 10000110 10000 0 100010 10100 1010111 101001 1000010

Color Harmonies of #ACCC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC86

Black with #ACCC86

Text Example


Text Example

White with #ACCC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC86; }

 p { color: rgb(172,204,134); }

 H1.HeaderClassName
 {
   color: #ACCC86;
 }
 .AnyTagClassName
 {
   color: #ACCC86;
 }
</style>

background-color css

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

 a { background-color: rgb(172,204,134); }

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

border-color css

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

 span { border-color: rgb(172,204,134); }

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