Html Css Color HEX #ACC08B Caper

📋 copy color: '#ACC08B'

red 172 ◦ green 192 ◦ blue 139

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

Shades of Caper #ACC08B

Tints of Caper #ACC08B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.17%

 BLUE value IS 139 (54.69% from 255) = 27.63%

R = 34.19%
G = 38.17%
B = 27.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#ACC08B (or 0xACC08B) is known color: Caper. HEX triplet: AC, C0 and 8B. RGB value is (172,192,139). Sum of RGB (Red+Green+Blue) = 172+192+139=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC08B is #533F74. Grayscale: #B4B4B4. Windows color (decimal): -5455733 or 9158828. OLE color: 9158828.

HSL color Cylindrical-coordinate representation of color #ACC08B: hue angle of 82.64º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACC08B is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 139 -
CMYK 0.10 0 0.28 0.25
HSL 82.64º 0.3% 0.65% -
HSV(B) 82.64º 0.28% 0.75% -
XYZ 40.52 48.33 31.62 -
YUV 179.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 172 192 139 0.10 0 0.28 0.25 82.64 0.3 0.65
Hex AC C0 8B A 0 1C 19 53 1E 41
Octal 254 300 213 12 0 34 31 123 36 101
Binary 10101100 11000000 10001011 1010 0 11100 11001 1010011 11110 1000001

Color Harmonies of #ACC08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC08B

Black with #ACC08B

Text Example


Text Example

White with #ACC08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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