Html Css Color HEX #A8BA7B Caper

📋 copy color: '#A8BA7B'

red 168 ◦ green 186 ◦ blue 123

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

Shades of Caper #A8BA7B

Tints of Caper #A8BA7B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.99%

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

R = 35.22%
G = 38.99%
B = 25.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#A8BA7B (or 0xA8BA7B) is known color: Caper. HEX triplet: A8, BA and 7B. RGB value is (168,186,123). Sum of RGB (Red+Green+Blue) = 168+186+123=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA7B is #574584. Grayscale: #ADADAD. Windows color (decimal): -5719429 or 8108712. OLE color: 8108712.

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

Color convert

RGB 168 186 123 -
CMYK 0.10 0 0.34 0.27
HSL 77.14º 0.31% 0.61% -
HSV(B) 77.14º 0.34% 0.73% -
XYZ 37.28 44.87 25.44 -
YUV 173.44 99.54 124.12 -
System Red Green Blue C M Y K H S L
Decimal 168 186 123 0.10 0 0.34 0.27 77.14 0.31 0.61
Hex A8 BA 7B A 0 22 1B 4D 1F 3D
Octal 250 272 173 12 0 42 33 115 37 75
Binary 10101000 10111010 1111011 1010 0 100010 11011 1001101 11111 111101

Color Harmonies of #A8BA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA7B

Black with #A8BA7B

Text Example


Text Example

White with #A8BA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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