Html Css Color HEX #ACCA7D Caper

📋 copy color: '#ACCA7D'

red 172 ◦ green 202 ◦ blue 125

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

Shades of Caper #ACCA7D

Tints of Caper #ACCA7D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.48%

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

R = 34.47%
G = 40.48%
B = 25.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#ACCA7D (or 0xACCA7D) is known color: Caper. HEX triplet: AC, CA and 7D. RGB value is (172,202,125). Sum of RGB (Red+Green+Blue) = 172+202+125=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCA7D is #533582. Grayscale: #B8B8B8. Windows color (decimal): -5453187 or 8243884. OLE color: 8243884.

HSL color Cylindrical-coordinate representation of color #ACCA7D: hue angle of 83.38º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACCA7D is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 202 125 -
CMYK 0.15 0 0.38 0.21
HSL 83.38º 0.42% 0.64% -
HSV(B) 83.38º 0.38% 0.79% -
XYZ 41.84 52.49 27.33 -
YUV 184.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 172 202 125 0.15 0 0.38 0.21 83.38 0.42 0.64
Hex AC CA 7D F 0 26 15 53 2A 40
Octal 254 312 175 17 0 46 25 123 52 100
Binary 10101100 11001010 1111101 1111 0 100110 10101 1010011 101010 1000000

Color Harmonies of #ACCA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCA7D

Black with #ACCA7D

Text Example


Text Example

White with #ACCA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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