Html Css Color HEX #A8BD87 Caper

📋 copy color: '#A8BD87'

red 168 ◦ green 189 ◦ blue 135

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

Shades of Caper #A8BD87

Tints of Caper #A8BD87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.44%

R = 34.15%
G = 38.41%
B = 27.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#A8BD87 (or 0xA8BD87) is known color: Caper. HEX triplet: A8, BD and 87. RGB value is (168,189,135). Sum of RGB (Red+Green+Blue) = 168+189+135=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BD87 is #574278. Grayscale: #B0B0B0. Windows color (decimal): -5718649 or 8895912. OLE color: 8895912.

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

Color convert

RGB 168 189 135 -
CMYK 0.11 0 0.29 0.26
HSL 83.33º 0.29% 0.64% -
HSV(B) 83.33º 0.29% 0.74% -
XYZ 38.72 46.47 29.85 -
YUV 176.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 168 189 135 0.11 0 0.29 0.26 83.33 0.29 0.64
Hex A8 BD 87 B 0 1D 1A 53 1D 40
Octal 250 275 207 13 0 35 32 123 35 100
Binary 10101000 10111101 10000111 1011 0 11101 11010 1010011 11101 1000000

Color Harmonies of #A8BD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD87

Black with #A8BD87

Text Example


Text Example

White with #A8BD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD87; }

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

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

background-color css

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

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

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

border-color css

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

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

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