Html Css Color HEX #AFC86C Caper

📋 copy color: '#AFC86C'

red 175 ◦ green 200 ◦ blue 108

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

Shades of Caper #AFC86C

Tints of Caper #AFC86C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.41%

 BLUE value IS 108 (42.58% from 255) = 22.36%

R = 36.23%
G = 41.41%
B = 22.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#AFC86C (or 0xAFC86C) is known color: Caper. HEX triplet: AF, C8 and 6C. RGB value is (175,200,108). Sum of RGB (Red+Green+Blue) = 175+200+108=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC86C is #503793. Grayscale: #B6B6B6. Windows color (decimal): -5257108 or 7129263. OLE color: 7129263.

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

Color convert

RGB 175 200 108 -
CMYK 0.12 0 0.46 0.22
HSL 76.3º 0.46% 0.6% -
HSV(B) 76.3º 0.46% 0.78% -
XYZ 41.04 51.51 21.97 -
YUV 182.04 86.22 122.98 -
System Red Green Blue C M Y K H S L
Decimal 175 200 108 0.12 0 0.46 0.22 76.3 0.46 0.6
Hex AF C8 6C C 0 2E 16 4C 2E 3C
Octal 257 310 154 14 0 56 26 114 56 74
Binary 10101111 11001000 1101100 1100 0 101110 10110 1001100 101110 111100

Color Harmonies of #AFC86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC86C

Black with #AFC86C

Text Example


Text Example

White with #AFC86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC86C; }

 p { color: rgb(175,200,108); }

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

background-color css

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

 a { background-color: rgb(175,200,108); }

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

border-color css

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

 span { border-color: rgb(175,200,108); }

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