Html Css Color HEX #AFC988 Caper

📋 copy color: '#AFC988'

red 175 ◦ green 201 ◦ blue 136

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

Shades of Caper #AFC988

Tints of Caper #AFC988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.56%

R = 34.18%
G = 39.26%
B = 26.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#AFC988 (or 0xAFC988) is known color: Caper. HEX triplet: AF, C9 and 88. RGB value is (175,201,136). Sum of RGB (Red+Green+Blue) = 175+201+136=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC988 is #503677. Grayscale: #BABABA. Windows color (decimal): -5256824 or 8964527. OLE color: 8964527.

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

Color convert

RGB 175 201 136 -
CMYK 0.13 0 0.32 0.21
HSL 84º 0.38% 0.66% -
HSV(B) 84º 0.32% 0.79% -
XYZ 43.01 52.66 31.19 -
YUV 185.82 99.89 120.29 -
System Red Green Blue C M Y K H S L
Decimal 175 201 136 0.13 0 0.32 0.21 84 0.38 0.66
Hex AF C9 88 D 0 20 15 54 26 42
Octal 257 311 210 15 0 40 25 124 46 102
Binary 10101111 11001001 10001000 1101 0 100000 10101 1010100 100110 1000010

Color Harmonies of #AFC988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC988

Black with #AFC988

Text Example


Text Example

White with #AFC988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC988; }

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

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

background-color css

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

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

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

border-color css

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

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

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