Html Css Color HEX #A8BC7C Caper

📋 copy color: '#A8BC7C'

red 168 ◦ green 188 ◦ blue 124

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

Shades of Caper #A8BC7C

Tints of Caper #A8BC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.83%

R = 35%
G = 39.17%
B = 25.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#A8BC7C (or 0xA8BC7C) is known color: Caper. HEX triplet: A8, BC and 7C. RGB value is (168,188,124). Sum of RGB (Red+Green+Blue) = 168+188+124=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC7C is #574383. Grayscale: #AEAEAE. Windows color (decimal): -5718916 or 8174760. OLE color: 8174760.

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

Color convert

RGB 168 188 124 -
CMYK 0.11 0 0.34 0.26
HSL 78.75º 0.32% 0.61% -
HSV(B) 78.75º 0.34% 0.74% -
XYZ 37.77 45.75 25.91 -
YUV 174.72 99.37 123.2 -
System Red Green Blue C M Y K H S L
Decimal 168 188 124 0.11 0 0.34 0.26 78.75 0.32 0.61
Hex A8 BC 7C B 0 22 1A 4F 20 3D
Octal 250 274 174 13 0 42 32 117 40 75
Binary 10101000 10111100 1111100 1011 0 100010 11010 1001111 100000 111101

Color Harmonies of #A8BC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC7C

Black with #A8BC7C

Text Example


Text Example

White with #A8BC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC7C; }

 p { color: rgb(168,188,124); }

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

background-color css

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

 a { background-color: rgb(168,188,124); }

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

border-color css

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

 span { border-color: rgb(168,188,124); }

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