Html Css Color HEX #ACBD6C Caper

📋 copy color: '#ACBD6C'

red 172 ◦ green 189 ◦ blue 108

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

Shades of Caper #ACBD6C

Tints of Caper #ACBD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.03%

R = 36.67%
G = 40.3%
B = 23.03%

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

#ACBD6C (or 0xACBD6C) is known color: Caper. HEX triplet: AC, BD and 6C. RGB value is (172,189,108). Sum of RGB (Red+Green+Blue) = 172+189+108=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBD6C is #534293. Grayscale: #AEAEAE. Windows color (decimal): -5456532 or 7126444. OLE color: 7126444.

HSL color Cylindrical-coordinate representation of color #ACBD6C: hue angle of 72.59º 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 #ACBD6C is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 189 108 -
CMYK 0.09 0 0.43 0.26
HSL 72.59º 0.38% 0.58% -
HSV(B) 72.59º 0.43% 0.74% -
XYZ 37.92 46.25 21.12 -
YUV 174.68 90.37 126.09 -
System Red Green Blue C M Y K H S L
Decimal 172 189 108 0.09 0 0.43 0.26 72.59 0.38 0.58
Hex AC BD 6C 9 0 2B 1A 49 26 3A
Octal 254 275 154 11 0 53 32 111 46 72
Binary 10101100 10111101 1101100 1001 0 101011 11010 1001001 100110 111010

Color Harmonies of #ACBD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD6C

Black with #ACBD6C

Text Example


Text Example

White with #ACBD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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