Html Css Color HEX #AFBC7E Caper

📋 copy color: '#AFBC7E'

red 175 ◦ green 188 ◦ blue 126

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

Shades of Caper #AFBC7E

Tints of Caper #AFBC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.77%

R = 35.79%
G = 38.45%
B = 25.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#AFBC7E (or 0xAFBC7E) is known color: Caper. HEX triplet: AF, BC and 7E. RGB value is (175,188,126). Sum of RGB (Red+Green+Blue) = 175+188+126=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC7E is #504381. Grayscale: #B1B1B1. Windows color (decimal): -5260162 or 8305839. OLE color: 8305839.

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

Color convert

RGB 175 188 126 -
CMYK 0.07 0 0.33 0.26
HSL 72.58º 0.32% 0.62% -
HSV(B) 72.58º 0.33% 0.74% -
XYZ 39.43 46.59 26.65 -
YUV 177.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 175 188 126 0.07 0 0.33 0.26 72.58 0.32 0.62
Hex AF BC 7E 7 0 21 1A 49 20 3E
Octal 257 274 176 7 0 41 32 111 40 76
Binary 10101111 10111100 1111110 111 0 100001 11010 1001001 100000 111110

Color Harmonies of #AFBC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC7E

Black with #AFBC7E

Text Example


Text Example

White with #AFBC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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