Html Css Color HEX #A8BC6F Caper

📋 copy color: '#A8BC6F'

red 168 ◦ green 188 ◦ blue 111

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

Shades of Caper #A8BC6F

Tints of Caper #A8BC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.77%

R = 35.97%
G = 40.26%
B = 23.77%

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

#A8BC6F (or 0xA8BC6F) is known color: Caper. HEX triplet: A8, BC and 6F. RGB value is (168,188,111). Sum of RGB (Red+Green+Blue) = 168+188+111=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC6F is #574390. Grayscale: #ADADAD. Windows color (decimal): -5718929 or 7322792. OLE color: 7322792.

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

Color convert

RGB 168 188 111 -
CMYK 0.11 0 0.41 0.26
HSL 75.58º 0.36% 0.59% -
HSV(B) 75.58º 0.41% 0.74% -
XYZ 37 45.44 21.86 -
YUV 173.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 168 188 111 0.11 0 0.41 0.26 75.58 0.36 0.59
Hex A8 BC 6F B 0 29 1A 4C 24 3B
Octal 250 274 157 13 0 51 32 114 44 73
Binary 10101000 10111100 1101111 1011 0 101001 11010 1001100 100100 111011

Color Harmonies of #A8BC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC6F

Black with #A8BC6F

Text Example


Text Example

White with #A8BC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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