Html Css Color HEX #A8BE86 Caper

📋 copy color: '#A8BE86'

red 168 ◦ green 190 ◦ blue 134

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

Shades of Caper #A8BE86

Tints of Caper #A8BE86

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.62%

 BLUE value IS 134 (52.73% from 255) = 27.24%

R = 34.15%
G = 38.62%
B = 27.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#A8BE86 (or 0xA8BE86) is known color: Caper. HEX triplet: A8, BE and 86. RGB value is (168,190,134). Sum of RGB (Red+Green+Blue) = 168+190+134=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BE86 is #574179. Grayscale: #B1B1B1. Windows color (decimal): -5718394 or 8830632. OLE color: 8830632.

HSL color Cylindrical-coordinate representation of color #A8BE86: hue angle of 83.57º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8BE86 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 190 134 -
CMYK 0.12 0 0.29 0.25
HSL 83.57º 0.3% 0.64% -
HSV(B) 83.57º 0.29% 0.75% -
XYZ 38.86 46.87 29.55 -
YUV 177.04 103.71 121.55 -
System Red Green Blue C M Y K H S L
Decimal 168 190 134 0.12 0 0.29 0.25 83.57 0.3 0.64
Hex A8 BE 86 C 0 1D 19 54 1E 40
Octal 250 276 206 14 0 35 31 124 36 100
Binary 10101000 10111110 10000110 1100 0 11101 11001 1010100 11110 1000000

Color Harmonies of #A8BE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE86

Black with #A8BE86

Text Example


Text Example

White with #A8BE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE86; }

 p { color: rgb(168,190,134); }

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

background-color css

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

 a { background-color: rgb(168,190,134); }

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

border-color css

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

 span { border-color: rgb(168,190,134); }

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