Html Css Color HEX #ACBF89 Caper

📋 copy color: '#ACBF89'

red 172 ◦ green 191 ◦ blue 137

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

Shades of Caper #ACBF89

Tints of Caper #ACBF89

RGB

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

 GREEN value IS 191 (75% from 255) = 38.2%

 BLUE value IS 137 (53.91% from 255) = 27.4%

R = 34.4%
G = 38.2%
B = 27.4%

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

#ACBF89 (or 0xACBF89) is known color: Caper. HEX triplet: AC, BF and 89. RGB value is (172,191,137). Sum of RGB (Red+Green+Blue) = 172+191+137=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBF89 is #534076. Grayscale: #B3B3B3. Windows color (decimal): -5455991 or 9027500. OLE color: 9027500.

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

Color convert

RGB 172 191 137 -
CMYK 0.10 0 0.28 0.25
HSL 81.11º 0.3% 0.64% -
HSV(B) 81.11º 0.28% 0.75% -
XYZ 40.16 47.84 30.78 -
YUV 179.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 172 191 137 0.10 0 0.28 0.25 81.11 0.3 0.64
Hex AC BF 89 A 0 1C 19 51 1E 40
Octal 254 277 211 12 0 34 31 121 36 100
Binary 10101100 10111111 10001001 1010 0 11100 11001 1010001 11110 1000000

Color Harmonies of #ACBF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBF89

Black with #ACBF89

Text Example


Text Example

White with #ACBF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBF89; }

 p { color: rgb(172,191,137); }

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

background-color css

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

 a { background-color: rgb(172,191,137); }

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

border-color css

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

 span { border-color: rgb(172,191,137); }

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