Html Css Color HEX #AFBC7C Caper

📋 copy color: '#AFBC7C'

red 175 ◦ green 188 ◦ blue 124

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

Shades of Caper #AFBC7C

Tints of Caper #AFBC7C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.6%

 BLUE value IS 124 (48.83% from 255) = 25.46%

R = 35.93%
G = 38.6%
B = 25.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#AFBC7C (or 0xAFBC7C) is known color: Caper. HEX triplet: AF, BC and 7C. RGB value is (175,188,124). Sum of RGB (Red+Green+Blue) = 175+188+124=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC7C is #504383. Grayscale: #B1B1B1. Windows color (decimal): -5260164 or 8174767. OLE color: 8174767.

HSL color Cylindrical-coordinate representation of color #AFBC7C: hue angle of 72.19º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFBC7C is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 124 -
CMYK 0.07 0 0.34 0.26
HSL 72.19º 0.32% 0.61% -
HSV(B) 72.19º 0.34% 0.74% -
XYZ 39.3 46.54 25.98 -
YUV 176.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 175 188 124 0.07 0 0.34 0.26 72.19 0.32 0.61
Hex AF BC 7C 7 0 22 1A 48 20 3D
Octal 257 274 174 7 0 42 32 110 40 75
Binary 10101111 10111100 1111100 111 0 100010 11010 1001000 100000 111101

Color Harmonies of #AFBC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC7C

Black with #AFBC7C

Text Example


Text Example

White with #AFBC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC7C; }

 p { color: rgb(175,188,124); }

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

background-color css

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

 a { background-color: rgb(175,188,124); }

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

border-color css

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

 span { border-color: rgb(175,188,124); }

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