Html Css Color HEX #ACBB7D Caper

📋 copy color: '#ACBB7D'

red 172 ◦ green 187 ◦ blue 125

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

Shades of Caper #ACBB7D

Tints of Caper #ACBB7D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.64%

 BLUE value IS 125 (49.22% from 255) = 25.83%

R = 35.54%
G = 38.64%
B = 25.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#ACBB7D (or 0xACBB7D) is known color: Caper. HEX triplet: AC, BB and 7D. RGB value is (172,187,125). Sum of RGB (Red+Green+Blue) = 172+187+125=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBB7D is #534482. Grayscale: #AFAFAF. Windows color (decimal): -5457027 or 8240044. OLE color: 8240044.

HSL color Cylindrical-coordinate representation of color #ACBB7D: hue angle of 74.52º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACBB7D is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 187 125 -
CMYK 0.08 0 0.33 0.27
HSL 74.52º 0.31% 0.61% -
HSV(B) 74.52º 0.33% 0.73% -
XYZ 38.49 45.79 26.21 -
YUV 175.45 99.53 125.54 -
System Red Green Blue C M Y K H S L
Decimal 172 187 125 0.08 0 0.33 0.27 74.52 0.31 0.61
Hex AC BB 7D 8 0 21 1B 4B 1F 3D
Octal 254 273 175 10 0 41 33 113 37 75
Binary 10101100 10111011 1111101 1000 0 100001 11011 1001011 11111 111101

Color Harmonies of #ACBB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBB7D

Black with #ACBB7D

Text Example


Text Example

White with #ACBB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBB7D; }

 p { color: rgb(172,187,125); }

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

background-color css

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

 a { background-color: rgb(172,187,125); }

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

border-color css

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

 span { border-color: rgb(172,187,125); }

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