Html Css Color HEX #ACBE8A Caper

📋 copy color: '#ACBE8A'

red 172 ◦ green 190 ◦ blue 138

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

Shades of Caper #ACBE8A

Tints of Caper #ACBE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.6%

R = 34.4%
G = 38%
B = 27.6%

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

#ACBE8A (or 0xACBE8A) is known color: Caper. HEX triplet: AC, BE and 8A. RGB value is (172,190,138). Sum of RGB (Red+Green+Blue) = 172+190+138=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBE8A is #534175. Grayscale: #B2B2B2. Windows color (decimal): -5456246 or 9092780. OLE color: 9092780.

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

Color convert

RGB 172 190 138 -
CMYK 0.09 0 0.27 0.25
HSL 80.77º 0.29% 0.64% -
HSV(B) 80.77º 0.27% 0.75% -
XYZ 40.01 47.43 31.09 -
YUV 178.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 172 190 138 0.09 0 0.27 0.25 80.77 0.29 0.64
Hex AC BE 8A 9 0 1B 19 51 1D 40
Octal 254 276 212 11 0 33 31 121 35 100
Binary 10101100 10111110 10001010 1001 0 11011 11001 1010001 11101 1000000

Color Harmonies of #ACBE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE8A

Black with #ACBE8A

Text Example


Text Example

White with #ACBE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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