Html Css Color HEX #A8BB6E Caper

📋 copy color: '#A8BB6E'

red 168 ◦ green 187 ◦ blue 110

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

Shades of Caper #A8BB6E

Tints of Caper #A8BB6E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.22%

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

R = 36.13%
G = 40.22%
B = 23.66%

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

#A8BB6E (or 0xA8BB6E) is known color: Caper. HEX triplet: A8, BB and 6E. RGB value is (168,187,110). Sum of RGB (Red+Green+Blue) = 168+187+110=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BB6E is #574491. Grayscale: #ACACAC. Windows color (decimal): -5719186 or 7257000. OLE color: 7257000.

HSL color Cylindrical-coordinate representation of color #A8BB6E: hue angle of 74.81º 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 #A8BB6E is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 187 110 -
CMYK 0.10 0 0.41 0.27
HSL 74.81º 0.36% 0.58% -
HSV(B) 74.81º 0.41% 0.73% -
XYZ 36.73 44.99 21.5 -
YUV 172.54 92.71 124.76 -
System Red Green Blue C M Y K H S L
Decimal 168 187 110 0.10 0 0.41 0.27 74.81 0.36 0.58
Hex A8 BB 6E A 0 29 1B 4B 24 3A
Octal 250 273 156 12 0 51 33 113 44 72
Binary 10101000 10111011 1101110 1010 0 101001 11011 1001011 100100 111010

Color Harmonies of #A8BB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB6E

Black with #A8BB6E

Text Example


Text Example

White with #A8BB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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