Html Css Color HEX #A8C174 Caper

📋 copy color: '#A8C174'

red 168 ◦ green 193 ◦ blue 116

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

Shades of Caper #A8C174

Tints of Caper #A8C174

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.46%

 BLUE value IS 116 (45.7% from 255) = 24.32%

R = 35.22%
G = 40.46%
B = 24.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#A8C174 (or 0xA8C174) is known color: Caper. HEX triplet: A8, C1 and 74. RGB value is (168,193,116). Sum of RGB (Red+Green+Blue) = 168+193+116=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C174 is #573E8B. Grayscale: #B1B1B1. Windows color (decimal): -5717644 or 7651752. OLE color: 7651752.

HSL color Cylindrical-coordinate representation of color #A8C174: hue angle of 79.48º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8C174 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 193 116 -
CMYK 0.13 0 0.40 0.24
HSL 79.48º 0.38% 0.61% -
HSV(B) 79.48º 0.4% 0.76% -
XYZ 38.37 47.73 23.71 -
YUV 176.75 93.72 121.76 -
System Red Green Blue C M Y K H S L
Decimal 168 193 116 0.13 0 0.40 0.24 79.48 0.38 0.61
Hex A8 C1 74 D 0 28 18 4F 26 3D
Octal 250 301 164 15 0 50 30 117 46 75
Binary 10101000 11000001 1110100 1101 0 101000 11000 1001111 100110 111101

Color Harmonies of #A8C174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C174

Black with #A8C174

Text Example


Text Example

White with #A8C174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C174; }

 p { color: rgb(168,193,116); }

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

background-color css

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

 a { background-color: rgb(168,193,116); }

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

border-color css

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

 span { border-color: rgb(168,193,116); }

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