Html Css Color HEX #A8BA88 Caper

📋 copy color: '#A8BA88'

red 168 ◦ green 186 ◦ blue 136

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

Shades of Caper #A8BA88

Tints of Caper #A8BA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.76%

R = 34.29%
G = 37.96%
B = 27.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#A8BA88 (or 0xA8BA88) is known color: Caper. HEX triplet: A8, BA and 88. RGB value is (168,186,136). Sum of RGB (Red+Green+Blue) = 168+186+136=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BA88 is #574577. Grayscale: #AFAFAF. Windows color (decimal): -5719416 or 8960680. OLE color: 8960680.

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

Color convert

RGB 168 186 136 -
CMYK 0.10 0 0.27 0.27
HSL 81.6º 0.27% 0.63% -
HSV(B) 81.6º 0.27% 0.73% -
XYZ 38.15 45.22 30.01 -
YUV 174.92 106.04 123.07 -
System Red Green Blue C M Y K H S L
Decimal 168 186 136 0.10 0 0.27 0.27 81.6 0.27 0.63
Hex A8 BA 88 A 0 1B 1B 52 1B 3F
Octal 250 272 210 12 0 33 33 122 33 77
Binary 10101000 10111010 10001000 1010 0 11011 11011 1010010 11011 111111

Color Harmonies of #A8BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA88

Black with #A8BA88

Text Example


Text Example

White with #A8BA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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