Html Css Color HEX #AFBC8F Caper

📋 copy color: '#AFBC8F'

red 175 ◦ green 188 ◦ blue 143

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

Shades of Caper #AFBC8F

Tints of Caper #AFBC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.26%

R = 34.58%
G = 37.15%
B = 28.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#AFBC8F (or 0xAFBC8F) is known color: Caper. HEX triplet: AF, BC and 8F. RGB value is (175,188,143). Sum of RGB (Red+Green+Blue) = 175+188+143=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC8F is #504370. Grayscale: #B3B3B3. Windows color (decimal): -5260145 or 9419951. OLE color: 9419951.

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

Color convert

RGB 175 188 143 -
CMYK 0.07 0 0.24 0.26
HSL 77.33º 0.25% 0.65% -
HSV(B) 77.33º 0.24% 0.74% -
XYZ 40.62 47.06 32.93 -
YUV 178.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 175 188 143 0.07 0 0.24 0.26 77.33 0.25 0.65
Hex AF BC 8F 7 0 18 1A 4D 19 41
Octal 257 274 217 7 0 30 32 115 31 101
Binary 10101111 10111100 10001111 111 0 11000 11010 1001101 11001 1000001

Color Harmonies of #AFBC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC8F

Black with #AFBC8F

Text Example


Text Example

White with #AFBC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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