Html Css Color HEX #AFC97D Caper

📋 copy color: '#AFC97D'

red 175 ◦ green 201 ◦ blue 125

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

Shades of Caper #AFC97D

Tints of Caper #AFC97D

RGB

 RED value IS 175 (68.75% from 255) = 34.93%

 GREEN value IS 201 (78.91% from 255) = 40.12%

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

R = 34.93%
G = 40.12%
B = 24.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#AFC97D (or 0xAFC97D) is known color: Caper. HEX triplet: AF, C9 and 7D. RGB value is (175,201,125). Sum of RGB (Red+Green+Blue) = 175+201+125=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC97D is #503682. Grayscale: #B8B8B8. Windows color (decimal): -5256835 or 8243631. OLE color: 8243631.

HSL color Cylindrical-coordinate representation of color #AFC97D: hue angle of 80.53º degrees, saturation: 0.41, 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 #AFC97D is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 125 -
CMYK 0.13 0 0.38 0.21
HSL 80.53º 0.41% 0.64% -
HSV(B) 80.53º 0.38% 0.79% -
XYZ 42.27 52.37 27.28 -
YUV 184.56 94.39 121.18 -
System Red Green Blue C M Y K H S L
Decimal 175 201 125 0.13 0 0.38 0.21 80.53 0.41 0.64
Hex AF C9 7D D 0 26 15 51 29 40
Octal 257 311 175 15 0 46 25 121 51 100
Binary 10101111 11001001 1111101 1101 0 100110 10101 1010001 101001 1000000

Color Harmonies of #AFC97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC97D

Black with #AFC97D

Text Example


Text Example

White with #AFC97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC97D; }

 p { color: rgb(175,201,125); }

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

background-color css

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

 a { background-color: rgb(175,201,125); }

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

border-color css

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

 span { border-color: rgb(175,201,125); }

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