Html Css Color HEX #ACBE8B Caper

📋 copy color: '#ACBE8B'

red 172 ◦ green 190 ◦ blue 139

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

Shades of Caper #ACBE8B

Tints of Caper #ACBE8B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.92%

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

R = 34.33%
G = 37.92%
B = 27.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#ACBE8B (or 0xACBE8B) is known color: Caper. HEX triplet: AC, BE and 8B. RGB value is (172,190,139). Sum of RGB (Red+Green+Blue) = 172+190+139=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBE8B is #534174. Grayscale: #B2B2B2. Windows color (decimal): -5456245 or 9158316. OLE color: 9158316.

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

Color convert

RGB 172 190 139 -
CMYK 0.09 0 0.27 0.25
HSL 81.18º 0.28% 0.65% -
HSV(B) 81.18º 0.27% 0.75% -
XYZ 40.09 47.46 31.47 -
YUV 178.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 172 190 139 0.09 0 0.27 0.25 81.18 0.28 0.65
Hex AC BE 8B 9 0 1B 19 51 1C 41
Octal 254 276 213 11 0 33 31 121 34 101
Binary 10101100 10111110 10001011 1001 0 11011 11001 1010001 11100 1000001

Color Harmonies of #ACBE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE8B

Black with #ACBE8B

Text Example


Text Example

White with #ACBE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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