Html Css Color HEX #ACBC76 Caper

📋 copy color: '#ACBC76'

red 172 ◦ green 188 ◦ blue 118

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

Shades of Caper #ACBC76

Tints of Caper #ACBC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.69%

R = 35.98%
G = 39.33%
B = 24.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#ACBC76 (or 0xACBC76) is known color: Caper. HEX triplet: AC, BC and 76. RGB value is (172,188,118). Sum of RGB (Red+Green+Blue) = 172+188+118=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC76 is #534389. Grayscale: #AFAFAF. Windows color (decimal): -5456778 or 7781548. OLE color: 7781548.

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

Color convert

RGB 172 188 118 -
CMYK 0.09 0 0.37 0.26
HSL 73.71º 0.34% 0.6% -
HSV(B) 73.71º 0.37% 0.74% -
XYZ 38.27 46.05 24.01 -
YUV 175.24 95.7 125.69 -
System Red Green Blue C M Y K H S L
Decimal 172 188 118 0.09 0 0.37 0.26 73.71 0.34 0.6
Hex AC BC 76 9 0 25 1A 4A 22 3C
Octal 254 274 166 11 0 45 32 112 42 74
Binary 10101100 10111100 1110110 1001 0 100101 11010 1001010 100010 111100

Color Harmonies of #ACBC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC76

Black with #ACBC76

Text Example


Text Example

White with #ACBC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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