Html Css Color HEX #AFC17C Caper

📋 copy color: '#AFC17C'

red 175 ◦ green 193 ◦ blue 124

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

Shades of Caper #AFC17C

Tints of Caper #AFC17C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.23%

 BLUE value IS 124 (48.83% from 255) = 25.2%

R = 35.57%
G = 39.23%
B = 25.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#AFC17C (or 0xAFC17C) is known color: Caper. HEX triplet: AF, C1 and 7C. RGB value is (175,193,124). Sum of RGB (Red+Green+Blue) = 175+193+124=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC17C is #503E83. Grayscale: #B4B4B4. Windows color (decimal): -5258884 or 8176047. OLE color: 8176047.

HSL color Cylindrical-coordinate representation of color #AFC17C: hue angle of 75.65º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFC17C is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 124 -
CMYK 0.09 0 0.36 0.24
HSL 75.65º 0.36% 0.62% -
HSV(B) 75.65º 0.36% 0.76% -
XYZ 40.39 48.71 26.34 -
YUV 179.75 96.54 124.61 -
System Red Green Blue C M Y K H S L
Decimal 175 193 124 0.09 0 0.36 0.24 75.65 0.36 0.62
Hex AF C1 7C 9 0 24 18 4C 24 3E
Octal 257 301 174 11 0 44 30 114 44 76
Binary 10101111 11000001 1111100 1001 0 100100 11000 1001100 100100 111110

Color Harmonies of #AFC17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC17C

Black with #AFC17C

Text Example


Text Example

White with #AFC17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC17C; }

 p { color: rgb(175,193,124); }

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

background-color css

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

 a { background-color: rgb(175,193,124); }

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

border-color css

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

 span { border-color: rgb(175,193,124); }

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