Html Css Color HEX #A8C47F Caper

📋 copy color: '#A8C47F'

red 168 ◦ green 196 ◦ blue 127

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

Shades of Caper #A8C47F

Tints of Caper #A8C47F

RGB

 RED value IS 168 (66.02% from 255) = 34.22%

 GREEN value IS 196 (76.95% from 255) = 39.92%

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

R = 34.22%
G = 39.92%
B = 25.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#A8C47F (or 0xA8C47F) is known color: Caper. HEX triplet: A8, C4 and 7F. RGB value is (168,196,127). Sum of RGB (Red+Green+Blue) = 168+196+127=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C47F is #573B80. Grayscale: #B4B4B4. Windows color (decimal): -5716865 or 8373416. OLE color: 8373416.

HSL color Cylindrical-coordinate representation of color #A8C47F: hue angle of 84.35º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8C47F is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 196 127 -
CMYK 0.14 0 0.35 0.23
HSL 84.35º 0.37% 0.63% -
HSV(B) 84.35º 0.35% 0.77% -
XYZ 39.72 49.34 27.51 -
YUV 179.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 168 196 127 0.14 0 0.35 0.23 84.35 0.37 0.63
Hex A8 C4 7F E 0 23 17 54 25 3F
Octal 250 304 177 16 0 43 27 124 45 77
Binary 10101000 11000100 1111111 1110 0 100011 10111 1010100 100101 111111

Color Harmonies of #A8C47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C47F

Black with #A8C47F

Text Example


Text Example

White with #A8C47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C47F; }

 p { color: rgb(168,196,127); }

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

background-color css

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

 a { background-color: rgb(168,196,127); }

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

border-color css

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

 span { border-color: rgb(168,196,127); }

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