Html Css Color HEX #A8BD7C Caper

📋 copy color: '#A8BD7C'

red 168 ◦ green 189 ◦ blue 124

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

Shades of Caper #A8BD7C

Tints of Caper #A8BD7C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.29%

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

R = 34.93%
G = 39.29%
B = 25.78%

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

#A8BD7C (or 0xA8BD7C) is known color: Caper. HEX triplet: A8, BD and 7C. RGB value is (168,189,124). Sum of RGB (Red+Green+Blue) = 168+189+124=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD7C is #574283. Grayscale: #AFAFAF. Windows color (decimal): -5718660 or 8175016. OLE color: 8175016.

HSL color Cylindrical-coordinate representation of color #A8BD7C: hue angle of 79.38º degrees, saturation: 0.33, 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 #A8BD7C is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 189 124 -
CMYK 0.11 0 0.34 0.26
HSL 79.38º 0.33% 0.61% -
HSV(B) 79.38º 0.34% 0.74% -
XYZ 37.98 46.18 25.98 -
YUV 175.31 99.04 122.79 -
System Red Green Blue C M Y K H S L
Decimal 168 189 124 0.11 0 0.34 0.26 79.38 0.33 0.61
Hex A8 BD 7C B 0 22 1A 4F 21 3D
Octal 250 275 174 13 0 42 32 117 41 75
Binary 10101000 10111101 1111100 1011 0 100010 11010 1001111 100001 111101

Color Harmonies of #A8BD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD7C

Black with #A8BD7C

Text Example


Text Example

White with #A8BD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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