Html Css Color HEX #AFBC6D Caper

📋 copy color: '#AFBC6D'

red 175 ◦ green 188 ◦ blue 109

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

Shades of Caper #AFBC6D

Tints of Caper #AFBC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.09%

R = 37.08%
G = 39.83%
B = 23.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#AFBC6D (or 0xAFBC6D) is known color: Caper. HEX triplet: AF, BC and 6D. RGB value is (175,188,109). Sum of RGB (Red+Green+Blue) = 175+188+109=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC6D is #504392. Grayscale: #AFAFAF. Windows color (decimal): -5260179 or 7191727. OLE color: 7191727.

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

Color convert

RGB 175 188 109 -
CMYK 0.07 0 0.42 0.26
HSL 69.87º 0.37% 0.58% -
HSV(B) 69.87º 0.42% 0.74% -
XYZ 38.42 46.18 21.36 -
YUV 175.11 90.69 127.92 -
System Red Green Blue C M Y K H S L
Decimal 175 188 109 0.07 0 0.42 0.26 69.87 0.37 0.58
Hex AF BC 6D 7 0 2A 1A 46 25 3A
Octal 257 274 155 7 0 52 32 106 45 72
Binary 10101111 10111100 1101101 111 0 101010 11010 1000110 100101 111010

Color Harmonies of #AFBC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC6D

Black with #AFBC6D

Text Example


Text Example

White with #AFBC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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