Html Css Color HEX #A8BC6E Caper

📋 copy color: '#A8BC6E'

red 168 ◦ green 188 ◦ blue 110

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

Shades of Caper #A8BC6E

Tints of Caper #A8BC6E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.34%

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

R = 36.05%
G = 40.34%
B = 23.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#A8BC6E (or 0xA8BC6E) is known color: Caper. HEX triplet: A8, BC and 6E. RGB value is (168,188,110). Sum of RGB (Red+Green+Blue) = 168+188+110=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC6E is #574391. Grayscale: #ADADAD. Windows color (decimal): -5718930 or 7257256. OLE color: 7257256.

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

Color convert

RGB 168 188 110 -
CMYK 0.11 0 0.41 0.26
HSL 75.38º 0.37% 0.58% -
HSV(B) 75.38º 0.41% 0.74% -
XYZ 36.95 45.42 21.57 -
YUV 173.13 92.37 124.34 -
System Red Green Blue C M Y K H S L
Decimal 168 188 110 0.11 0 0.41 0.26 75.38 0.37 0.58
Hex A8 BC 6E B 0 29 1A 4B 25 3A
Octal 250 274 156 13 0 51 32 113 45 72
Binary 10101000 10111100 1101110 1011 0 101001 11010 1001011 100101 111010

Color Harmonies of #A8BC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC6E

Black with #A8BC6E

Text Example


Text Example

White with #A8BC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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