Html Css Color HEX #AFC88C Caper

📋 copy color: '#AFC88C'

red 175 ◦ green 200 ◦ blue 140

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

Shades of Caper #AFC88C

Tints of Caper #AFC88C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.18%

R = 33.98%
G = 38.83%
B = 27.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#AFC88C (or 0xAFC88C) is known color: Caper. HEX triplet: AF, C8 and 8C. RGB value is (175,200,140). Sum of RGB (Red+Green+Blue) = 175+200+140=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC88C is #503773. Grayscale: #B9B9B9. Windows color (decimal): -5257076 or 9226415. OLE color: 9226415.

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

Color convert

RGB 175 200 140 -
CMYK 0.12 0 0.3 0.22
HSL 85º 0.35% 0.67% -
HSV(B) 85º 0.3% 0.78% -
XYZ 43.07 52.32 32.64 -
YUV 185.69 102.22 120.38 -
System Red Green Blue C M Y K H S L
Decimal 175 200 140 0.12 0 0.3 0.22 85 0.35 0.67
Hex AF C8 8C C 0 1E 16 55 23 43
Octal 257 310 214 14 0 36 26 125 43 103
Binary 10101111 11001000 10001100 1100 0 11110 10110 1010101 100011 1000011

Color Harmonies of #AFC88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC88C

Black with #AFC88C

Text Example


Text Example

White with #AFC88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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