Html Css Color HEX #A6BB82 Caper

📋 copy color: '#A6BB82'

red 166 ◦ green 187 ◦ blue 130

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

Shades of Caper #A6BB82

Tints of Caper #A6BB82

RGB

 RED value IS 166 (65.23% from 255) = 34.37%

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

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

R = 34.37%
G = 38.72%
B = 26.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#A6BB82 (or 0xA6BB82) is known color: Caper. HEX triplet: A6, BB and 82. RGB value is (166,187,130). Sum of RGB (Red+Green+Blue) = 166+187+130=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BB82 is #59447D. Grayscale: #AEAEAE. Windows color (decimal): -5850238 or 8567718. OLE color: 8567718.

HSL color Cylindrical-coordinate representation of color #A6BB82: hue angle of 82.11º degrees, saturation: 0.3, 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 #A6BB82 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 187 130 -
CMYK 0.11 0 0.30 0.27
HSL 82.11º 0.3% 0.62% -
HSV(B) 82.11º 0.3% 0.73% -
XYZ 37.53 45.26 27.88 -
YUV 174.22 103.04 122.13 -
System Red Green Blue C M Y K H S L
Decimal 166 187 130 0.11 0 0.30 0.27 82.11 0.3 0.62
Hex A6 BB 82 B 0 1E 1B 52 1E 3E
Octal 246 273 202 13 0 36 33 122 36 76
Binary 10100110 10111011 10000010 1011 0 11110 11011 1010010 11110 111110

Color Harmonies of #A6BB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BB82

Black with #A6BB82

Text Example


Text Example

White with #A6BB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BB82; }

 p { color: rgb(166,187,130); }

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

background-color css

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

 a { background-color: rgb(166,187,130); }

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

border-color css

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

 span { border-color: rgb(166,187,130); }

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