Html Css Color HEX #AFC98D Caper

📋 copy color: '#AFC98D'

red 175 ◦ green 201 ◦ blue 141

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

Shades of Caper #AFC98D

Tints of Caper #AFC98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.27%

R = 33.85%
G = 38.88%
B = 27.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#AFC98D (or 0xAFC98D) is known color: Caper. HEX triplet: AF, C9 and 8D. RGB value is (175,201,141). Sum of RGB (Red+Green+Blue) = 175+201+141=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC98D is #503672. Grayscale: #BABABA. Windows color (decimal): -5256819 or 9292207. OLE color: 9292207.

HSL color Cylindrical-coordinate representation of color #AFC98D: hue angle of 86º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC98D is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 141 -
CMYK 0.13 0 0.30 0.21
HSL 86º 0.36% 0.67% -
HSV(B) 86º 0.3% 0.79% -
XYZ 43.37 52.81 33.11 -
YUV 186.39 102.39 119.88 -
System Red Green Blue C M Y K H S L
Decimal 175 201 141 0.13 0 0.30 0.21 86 0.36 0.67
Hex AF C9 8D D 0 1E 15 56 24 43
Octal 257 311 215 15 0 36 25 126 44 103
Binary 10101111 11001001 10001101 1101 0 11110 10101 1010110 100100 1000011

Color Harmonies of #AFC98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC98D

Black with #AFC98D

Text Example


Text Example

White with #AFC98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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