Html Css Color HEX #ACBC6B Caper

📋 copy color: '#ACBC6B'

red 172 ◦ green 188 ◦ blue 107

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

Shades of Caper #ACBC6B

Tints of Caper #ACBC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.91%

R = 36.83%
G = 40.26%
B = 22.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#ACBC6B (or 0xACBC6B) is known color: Caper. HEX triplet: AC, BC and 6B. RGB value is (172,188,107). Sum of RGB (Red+Green+Blue) = 172+188+107=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC6B is #534394. Grayscale: #AEAEAE. Windows color (decimal): -5456789 or 7060652. OLE color: 7060652.

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

Color convert

RGB 172 188 107 -
CMYK 0.09 0 0.43 0.26
HSL 71.85º 0.38% 0.58% -
HSV(B) 71.85º 0.43% 0.74% -
XYZ 37.65 45.8 20.77 -
YUV 173.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 172 188 107 0.09 0 0.43 0.26 71.85 0.38 0.58
Hex AC BC 6B 9 0 2B 1A 48 26 3A
Octal 254 274 153 11 0 53 32 110 46 72
Binary 10101100 10111100 1101011 1001 0 101011 11010 1001000 100110 111010

Color Harmonies of #ACBC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC6B

Black with #ACBC6B

Text Example


Text Example

White with #ACBC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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