Html Css Color HEX #ACBD7E Caper

📋 copy color: '#ACBD7E'

red 172 ◦ green 189 ◦ blue 126

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

Shades of Caper #ACBD7E

Tints of Caper #ACBD7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.87%

R = 35.32%
G = 38.81%
B = 25.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#ACBD7E (or 0xACBD7E) is known color: Caper. HEX triplet: AC, BD and 7E. RGB value is (172,189,126). Sum of RGB (Red+Green+Blue) = 172+189+126=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBD7E is #534281. Grayscale: #B0B0B0. Windows color (decimal): -5456514 or 8306092. OLE color: 8306092.

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

Color convert

RGB 172 189 126 -
CMYK 0.09 0 0.33 0.26
HSL 76.19º 0.32% 0.62% -
HSV(B) 76.19º 0.33% 0.74% -
XYZ 38.98 46.67 26.69 -
YUV 176.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 172 189 126 0.09 0 0.33 0.26 76.19 0.32 0.62
Hex AC BD 7E 9 0 21 1A 4C 20 3E
Octal 254 275 176 11 0 41 32 114 40 76
Binary 10101100 10111101 1111110 1001 0 100001 11010 1001100 100000 111110

Color Harmonies of #ACBD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD7E

Black with #ACBD7E

Text Example


Text Example

White with #ACBD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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