Html Css Color HEX #AFBC7D Caper

📋 copy color: '#AFBC7D'

red 175 ◦ green 188 ◦ blue 125

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

Shades of Caper #AFBC7D

Tints of Caper #AFBC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.61%

R = 35.86%
G = 38.52%
B = 25.61%

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

#AFBC7D (or 0xAFBC7D) is known color: Caper. HEX triplet: AF, BC and 7D. RGB value is (175,188,125). Sum of RGB (Red+Green+Blue) = 175+188+125=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC7D is #504382. Grayscale: #B1B1B1. Windows color (decimal): -5260163 or 8240303. OLE color: 8240303.

HSL color Cylindrical-coordinate representation of color #AFBC7D: hue angle of 72.38º 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 #AFBC7D is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 125 -
CMYK 0.07 0 0.34 0.26
HSL 72.38º 0.32% 0.61% -
HSV(B) 72.38º 0.34% 0.74% -
XYZ 39.36 46.56 26.31 -
YUV 176.93 98.69 126.62 -
System Red Green Blue C M Y K H S L
Decimal 175 188 125 0.07 0 0.34 0.26 72.38 0.32 0.61
Hex AF BC 7D 7 0 22 1A 48 20 3D
Octal 257 274 175 7 0 42 32 110 40 75
Binary 10101111 10111100 1111101 111 0 100010 11010 1001000 100000 111101

Color Harmonies of #AFBC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC7D

Black with #AFBC7D

Text Example


Text Example

White with #AFBC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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