Html Css Color HEX #AFCE86 Caper

📋 copy color: '#AFCE86'

red 175 ◦ green 206 ◦ blue 134

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

Shades of Caper #AFCE86

Tints of Caper #AFCE86

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40%

 BLUE value IS 134 (52.73% from 255) = 26.02%

R = 33.98%
G = 40%
B = 26.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#AFCE86 (or 0xAFCE86) is known color: Caper. HEX triplet: AF, CE and 86. RGB value is (175,206,134). Sum of RGB (Red+Green+Blue) = 175+206+134=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCE86 is #503179. Grayscale: #BCBCBC. Windows color (decimal): -5255546 or 8834735. OLE color: 8834735.

HSL color Cylindrical-coordinate representation of color #AFCE86: hue angle of 85.83º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFCE86 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 134 -
CMYK 0.15 0 0.35 0.19
HSL 85.83º 0.42% 0.67% -
HSV(B) 85.83º 0.35% 0.81% -
XYZ 44.05 54.98 30.84 -
YUV 188.52 97.23 118.35 -
System Red Green Blue C M Y K H S L
Decimal 175 206 134 0.15 0 0.35 0.19 85.83 0.42 0.67
Hex AF CE 86 F 0 23 13 56 2A 43
Octal 257 316 206 17 0 43 23 126 52 103
Binary 10101111 11001110 10000110 1111 0 100011 10011 1010110 101010 1000011

Color Harmonies of #AFCE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE86

Black with #AFCE86

Text Example


Text Example

White with #AFCE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE86; }

 p { color: rgb(175,206,134); }

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

background-color css

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

 a { background-color: rgb(175,206,134); }

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

border-color css

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

 span { border-color: rgb(175,206,134); }

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