Html Css Color HEX #ACBC81 Caper

📋 copy color: '#ACBC81'

red 172 ◦ green 188 ◦ blue 129

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

Shades of Caper #ACBC81

Tints of Caper #ACBC81

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.45%

 BLUE value IS 129 (50.78% from 255) = 26.38%

R = 35.17%
G = 38.45%
B = 26.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#ACBC81 (or 0xACBC81) is known color: Caper. HEX triplet: AC, BC and 81. RGB value is (172,188,129). Sum of RGB (Red+Green+Blue) = 172+188+129=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC81 is #53437E. Grayscale: #B0B0B0. Windows color (decimal): -5456767 or 8502444. OLE color: 8502444.

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

Color convert

RGB 172 188 129 -
CMYK 0.09 0 0.31 0.26
HSL 76.27º 0.31% 0.62% -
HSV(B) 76.27º 0.31% 0.74% -
XYZ 38.96 46.32 27.66 -
YUV 176.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 172 188 129 0.09 0 0.31 0.26 76.27 0.31 0.62
Hex AC BC 81 9 0 1F 1A 4C 1F 3E
Octal 254 274 201 11 0 37 32 114 37 76
Binary 10101100 10111100 10000001 1001 0 11111 11010 1001100 11111 111110

Color Harmonies of #ACBC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC81

Black with #ACBC81

Text Example


Text Example

White with #ACBC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC81; }

 p { color: rgb(172,188,129); }

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

background-color css

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

 a { background-color: rgb(172,188,129); }

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

border-color css

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

 span { border-color: rgb(172,188,129); }

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