Html Css Color HEX #AFBC7F Caper

📋 copy color: '#AFBC7F'

red 175 ◦ green 188 ◦ blue 127

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

Shades of Caper #AFBC7F

Tints of Caper #AFBC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.92%

R = 35.71%
G = 38.37%
B = 25.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#AFBC7F (or 0xAFBC7F) is known color: Caper. HEX triplet: AF, BC and 7F. RGB value is (175,188,127). Sum of RGB (Red+Green+Blue) = 175+188+127=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC7F is #504380. Grayscale: #B1B1B1. Windows color (decimal): -5260161 or 8371375. OLE color: 8371375.

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

Color convert

RGB 175 188 127 -
CMYK 0.07 0 0.32 0.26
HSL 72.79º 0.31% 0.62% -
HSV(B) 72.79º 0.32% 0.74% -
XYZ 39.49 46.61 26.99 -
YUV 177.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 175 188 127 0.07 0 0.32 0.26 72.79 0.31 0.62
Hex AF BC 7F 7 0 20 1A 49 1F 3E
Octal 257 274 177 7 0 40 32 111 37 76
Binary 10101111 10111100 1111111 111 0 100000 11010 1001001 11111 111110

Color Harmonies of #AFBC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC7F

Black with #AFBC7F

Text Example


Text Example

White with #AFBC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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