Html Css Color HEX #A8BA6E Caper

📋 copy color: '#A8BA6E'

red 168 ◦ green 186 ◦ blue 110

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

Shades of Caper #A8BA6E

Tints of Caper #A8BA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.71%

R = 36.21%
G = 40.09%
B = 23.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#A8BA6E (or 0xA8BA6E) is known color: Caper. HEX triplet: A8, BA and 6E. RGB value is (168,186,110). Sum of RGB (Red+Green+Blue) = 168+186+110=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA6E is #574591. Grayscale: #ACACAC. Windows color (decimal): -5719442 or 7256744. OLE color: 7256744.

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

Color convert

RGB 168 186 110 -
CMYK 0.10 0 0.41 0.27
HSL 74.21º 0.36% 0.58% -
HSV(B) 74.21º 0.41% 0.73% -
XYZ 36.52 44.57 21.43 -
YUV 171.95 93.04 125.18 -
System Red Green Blue C M Y K H S L
Decimal 168 186 110 0.10 0 0.41 0.27 74.21 0.36 0.58
Hex A8 BA 6E A 0 29 1B 4A 24 3A
Octal 250 272 156 12 0 51 33 112 44 72
Binary 10101000 10111010 1101110 1010 0 101001 11011 1001010 100100 111010

Color Harmonies of #A8BA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA6E

Black with #A8BA6E

Text Example


Text Example

White with #A8BA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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