Html Css Color HEX #ACCB86 Caper

📋 copy color: '#ACCB86'

red 172 ◦ green 203 ◦ blue 134

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

Shades of Caper #ACCB86

Tints of Caper #ACCB86

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.88%

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

R = 33.79%
G = 39.88%
B = 26.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#ACCB86 (or 0xACCB86) is known color: Caper. HEX triplet: AC, CB and 86. RGB value is (172,203,134). Sum of RGB (Red+Green+Blue) = 172+203+134=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB86 is #533479. Grayscale: #BABABA. Windows color (decimal): -5452922 or 8833964. OLE color: 8833964.

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

Color convert

RGB 172 203 134 -
CMYK 0.15 0 0.34 0.20
HSL 86.96º 0.4% 0.66% -
HSV(B) 86.96º 0.34% 0.8% -
XYZ 42.67 53.2 30.57 -
YUV 185.87 98.73 118.11 -
System Red Green Blue C M Y K H S L
Decimal 172 203 134 0.15 0 0.34 0.20 86.96 0.4 0.66
Hex AC CB 86 F 0 22 14 57 28 42
Octal 254 313 206 17 0 42 24 127 50 102
Binary 10101100 11001011 10000110 1111 0 100010 10100 1010111 101000 1000010

Color Harmonies of #ACCB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB86

Black with #ACCB86

Text Example


Text Example

White with #ACCB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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