Html Css Color HEX #ACBD8A Caper

📋 copy color: '#ACBD8A'

red 172 ◦ green 189 ◦ blue 138

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

Shades of Caper #ACBD8A

Tints of Caper #ACBD8A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.88%

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

R = 34.47%
G = 37.88%
B = 27.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#ACBD8A (or 0xACBD8A) is known color: Caper. HEX triplet: AC, BD and 8A. RGB value is (172,189,138). Sum of RGB (Red+Green+Blue) = 172+189+138=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD8A is #534275. Grayscale: #B2B2B2. Windows color (decimal): -5456502 or 9092524. OLE color: 9092524.

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

Color convert

RGB 172 189 138 -
CMYK 0.09 0 0.27 0.26
HSL 80º 0.28% 0.64% -
HSV(B) 80º 0.27% 0.74% -
XYZ 39.8 47 31.02 -
YUV 178.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 172 189 138 0.09 0 0.27 0.26 80 0.28 0.64
Hex AC BD 8A 9 0 1B 1A 50 1C 40
Octal 254 275 212 11 0 33 32 120 34 100
Binary 10101100 10111101 10001010 1001 0 11011 11010 1010000 11100 1000000

Color Harmonies of #ACBD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD8A

Black with #ACBD8A

Text Example


Text Example

White with #ACBD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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