Html Css Color HEX #A8BA82 Caper

📋 copy color: '#A8BA82'

red 168 ◦ green 186 ◦ blue 130

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

Shades of Caper #A8BA82

Tints of Caper #A8BA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.86%

R = 34.71%
G = 38.43%
B = 26.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#A8BA82 (or 0xA8BA82) is known color: Caper. HEX triplet: A8, BA and 82. RGB value is (168,186,130). Sum of RGB (Red+Green+Blue) = 168+186+130=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BA82 is #57457D. Grayscale: #AEAEAE. Windows color (decimal): -5719422 or 8567464. OLE color: 8567464.

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

Color convert

RGB 168 186 130 -
CMYK 0.10 0 0.30 0.27
HSL 79.29º 0.29% 0.62% -
HSV(B) 79.29º 0.3% 0.73% -
XYZ 37.74 45.05 27.83 -
YUV 174.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 168 186 130 0.10 0 0.30 0.27 79.29 0.29 0.62
Hex A8 BA 82 A 0 1E 1B 4F 1D 3E
Octal 250 272 202 12 0 36 33 117 35 76
Binary 10101000 10111010 10000010 1010 0 11110 11011 1001111 11101 111110

Color Harmonies of #A8BA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA82

Black with #A8BA82

Text Example


Text Example

White with #A8BA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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