Html Css Color HEX #AACB7D Caper

📋 copy color: '#AACB7D'

red 170 ◦ green 203 ◦ blue 125

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

Shades of Caper #AACB7D

Tints of Caper #AACB7D

RGB

 RED value IS 170 (66.8% from 255) = 34.14%

 GREEN value IS 203 (79.69% from 255) = 40.76%

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

R = 34.14%
G = 40.76%
B = 25.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#AACB7D (or 0xAACB7D) is known color: Caper. HEX triplet: AA, CB and 7D. RGB value is (170,203,125). Sum of RGB (Red+Green+Blue) = 170+203+125=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB7D is #553482. Grayscale: #B8B8B8. Windows color (decimal): -5584003 or 8244138. OLE color: 8244138.

HSL color Cylindrical-coordinate representation of color #AACB7D: hue angle of 85.38º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AACB7D is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 125 -
CMYK 0.16 0 0.38 0.20
HSL 85.38º 0.43% 0.64% -
HSV(B) 85.38º 0.38% 0.8% -
XYZ 41.64 52.74 27.39 -
YUV 184.24 94.57 117.84 -
System Red Green Blue C M Y K H S L
Decimal 170 203 125 0.16 0 0.38 0.20 85.38 0.43 0.64
Hex AA CB 7D 10 0 26 14 55 2B 40
Octal 252 313 175 20 0 46 24 125 53 100
Binary 10101010 11001011 1111101 10000 0 100110 10100 1010101 101011 1000000

Color Harmonies of #AACB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB7D

Black with #AACB7D

Text Example


Text Example

White with #AACB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB7D; }

 p { color: rgb(170,203,125); }

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

background-color css

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

 a { background-color: rgb(170,203,125); }

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

border-color css

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

 span { border-color: rgb(170,203,125); }

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