Html Css Color HEX #AFC979 Caper

📋 copy color: '#AFC979'

red 175 ◦ green 201 ◦ blue 121

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

Shades of Caper #AFC979

Tints of Caper #AFC979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.35%

R = 35.21%
G = 40.44%
B = 24.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#AFC979 (or 0xAFC979) is known color: Caper. HEX triplet: AF, C9 and 79. RGB value is (175,201,121). Sum of RGB (Red+Green+Blue) = 175+201+121=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC979 is #503686. Grayscale: #B8B8B8. Windows color (decimal): -5256839 or 7981487. OLE color: 7981487.

HSL color Cylindrical-coordinate representation of color #AFC979: hue angle of 79.5º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFC979 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 121 -
CMYK 0.13 0 0.40 0.21
HSL 79.5º 0.43% 0.63% -
HSV(B) 79.5º 0.4% 0.79% -
XYZ 42.02 52.27 25.96 -
YUV 184.11 92.39 121.5 -
System Red Green Blue C M Y K H S L
Decimal 175 201 121 0.13 0 0.40 0.21 79.5 0.43 0.63
Hex AF C9 79 D 0 28 15 50 2B 3F
Octal 257 311 171 15 0 50 25 120 53 77
Binary 10101111 11001001 1111001 1101 0 101000 10101 1010000 101011 111111

Color Harmonies of #AFC979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC979

Black with #AFC979

Text Example


Text Example

White with #AFC979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC979; }

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

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

background-color css

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

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

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

border-color css

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

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

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