Html Css Color HEX #AFC786 Caper

📋 copy color: '#AFC786'

red 175 ◦ green 199 ◦ blue 134

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

Shades of Caper #AFC786

Tints of Caper #AFC786

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.17%

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

R = 34.45%
G = 39.17%
B = 26.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#AFC786 (or 0xAFC786) is known color: Caper. HEX triplet: AF, C7 and 86. RGB value is (175,199,134). Sum of RGB (Red+Green+Blue) = 175+199+134=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC786 is #503879. Grayscale: #B8B8B8. Windows color (decimal): -5257338 or 8832943. OLE color: 8832943.

HSL color Cylindrical-coordinate representation of color #AFC786: hue angle of 82.15º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFC786 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 134 -
CMYK 0.12 0 0.33 0.22
HSL 82.15º 0.37% 0.65% -
HSV(B) 82.15º 0.33% 0.78% -
XYZ 42.41 51.68 30.29 -
YUV 184.41 99.55 121.29 -
System Red Green Blue C M Y K H S L
Decimal 175 199 134 0.12 0 0.33 0.22 82.15 0.37 0.65
Hex AF C7 86 C 0 21 16 52 25 41
Octal 257 307 206 14 0 41 26 122 45 101
Binary 10101111 11000111 10000110 1100 0 100001 10110 1010010 100101 1000001

Color Harmonies of #AFC786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC786

Black with #AFC786

Text Example


Text Example

White with #AFC786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC786; }

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

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

background-color css

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

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

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

border-color css

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

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

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