Html Css Color HEX #AFC486 Caper

📋 copy color: '#AFC486'

red 175 ◦ green 196 ◦ blue 134

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

Shades of Caper #AFC486

Tints of Caper #AFC486

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.81%

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

R = 34.65%
G = 38.81%
B = 26.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#AFC486 (or 0xAFC486) is known color: Caper. HEX triplet: AF, C4 and 86. RGB value is (175,196,134). Sum of RGB (Red+Green+Blue) = 175+196+134=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC486 is #503B79. Grayscale: #B6B6B6. Windows color (decimal): -5258106 or 8832175. OLE color: 8832175.

HSL color Cylindrical-coordinate representation of color #AFC486: hue angle of 80.32º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFC486 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 134 -
CMYK 0.11 0 0.32 0.23
HSL 80.32º 0.34% 0.65% -
HSV(B) 80.32º 0.32% 0.77% -
XYZ 41.72 50.32 30.07 -
YUV 182.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 175 196 134 0.11 0 0.32 0.23 80.32 0.34 0.65
Hex AF C4 86 B 0 20 17 50 22 41
Octal 257 304 206 13 0 40 27 120 42 101
Binary 10101111 11000100 10000110 1011 0 100000 10111 1010000 100010 1000001

Color Harmonies of #AFC486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC486

Black with #AFC486

Text Example


Text Example

White with #AFC486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC486; }

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

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

background-color css

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

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

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

border-color css

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

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

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