Html Css Color HEX #A8B97B Caper

📋 copy color: '#A8B97B'

red 168 ◦ green 185 ◦ blue 123

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

Shades of Caper #A8B97B

Tints of Caper #A8B97B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.87%

 BLUE value IS 123 (48.44% from 255) = 25.84%

R = 35.29%
G = 38.87%
B = 25.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#A8B97B (or 0xA8B97B) is known color: Caper. HEX triplet: A8, B9 and 7B. RGB value is (168,185,123). Sum of RGB (Red+Green+Blue) = 168+185+123=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B97B is #574684. Grayscale: #ADADAD. Windows color (decimal): -5719685 or 8108456. OLE color: 8108456.

HSL color Cylindrical-coordinate representation of color #A8B97B: hue angle of 76.45º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8B97B is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 185 123 -
CMYK 0.09 0 0.34 0.27
HSL 76.45º 0.31% 0.6% -
HSV(B) 76.45º 0.34% 0.73% -
XYZ 37.07 44.45 25.37 -
YUV 172.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 168 185 123 0.09 0 0.34 0.27 76.45 0.31 0.6
Hex A8 B9 7B 9 0 22 1B 4C 1F 3C
Octal 250 271 173 11 0 42 33 114 37 74
Binary 10101000 10111001 1111011 1001 0 100010 11011 1001100 11111 111100

Color Harmonies of #A8B97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B97B

Black with #A8B97B

Text Example


Text Example

White with #A8B97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B97B; }

 p { color: rgb(168,185,123); }

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

background-color css

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

 a { background-color: rgb(168,185,123); }

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

border-color css

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

 span { border-color: rgb(168,185,123); }

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