Html Css Color HEX #AFBC6F Caper

📋 copy color: '#AFBC6F'

red 175 ◦ green 188 ◦ blue 111

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

Shades of Caper #AFBC6F

Tints of Caper #AFBC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.42%

R = 36.92%
G = 39.66%
B = 23.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#AFBC6F (or 0xAFBC6F) is known color: Caper. HEX triplet: AF, BC and 6F. RGB value is (175,188,111). Sum of RGB (Red+Green+Blue) = 175+188+111=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC6F is #504390. Grayscale: #AFAFAF. Windows color (decimal): -5260177 or 7322799. OLE color: 7322799.

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

Color convert

RGB 175 188 111 -
CMYK 0.07 0 0.41 0.26
HSL 70.13º 0.36% 0.59% -
HSV(B) 70.13º 0.41% 0.74% -
XYZ 38.53 46.23 21.93 -
YUV 175.34 91.69 127.76 -
System Red Green Blue C M Y K H S L
Decimal 175 188 111 0.07 0 0.41 0.26 70.13 0.36 0.59
Hex AF BC 6F 7 0 29 1A 46 24 3B
Octal 257 274 157 7 0 51 32 106 44 73
Binary 10101111 10111100 1101111 111 0 101001 11010 1000110 100100 111011

Color Harmonies of #AFBC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC6F

Black with #AFBC6F

Text Example


Text Example

White with #AFBC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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