Html Css Color HEX #AFC286 Caper

📋 copy color: '#AFC286'

red 175 ◦ green 194 ◦ blue 134

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

Shades of Caper #AFC286

Tints of Caper #AFC286

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.57%

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

R = 34.79%
G = 38.57%
B = 26.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#AFC286 (or 0xAFC286) is known color: Caper. HEX triplet: AF, C2 and 86. RGB value is (175,194,134). Sum of RGB (Red+Green+Blue) = 175+194+134=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC286 is #503D79. Grayscale: #B5B5B5. Windows color (decimal): -5258618 or 8831663. OLE color: 8831663.

HSL color Cylindrical-coordinate representation of color #AFC286: hue angle of 79º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC286 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 134 -
CMYK 0.10 0 0.31 0.24
HSL 79º 0.33% 0.64% -
HSV(B) 79º 0.31% 0.76% -
XYZ 41.27 49.42 29.92 -
YUV 181.48 101.21 123.38 -
System Red Green Blue C M Y K H S L
Decimal 175 194 134 0.10 0 0.31 0.24 79 0.33 0.64
Hex AF C2 86 A 0 1F 18 4F 21 40
Octal 257 302 206 12 0 37 30 117 41 100
Binary 10101111 11000010 10000110 1010 0 11111 11000 1001111 100001 1000000

Color Harmonies of #AFC286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC286

Black with #AFC286

Text Example


Text Example

White with #AFC286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC286; }

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

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

background-color css

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

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

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

border-color css

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

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

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