Html Css Color HEX #A9BB82 Caper

📋 copy color: '#A9BB82'

red 169 ◦ green 187 ◦ blue 130

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

Shades of Caper #A9BB82

Tints of Caper #A9BB82

RGB

 RED value IS 169 (66.41% from 255) = 34.77%

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

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

R = 34.77%
G = 38.48%
B = 26.75%

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

#A9BB82 (or 0xA9BB82) is known color: Caper. HEX triplet: A9, BB and 82. RGB value is (169,187,130). Sum of RGB (Red+Green+Blue) = 169+187+130=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BB82 is #56447D. Grayscale: #AFAFAF. Windows color (decimal): -5653630 or 8567721. OLE color: 8567721.

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

Color convert

RGB 169 187 130 -
CMYK 0.10 0 0.30 0.27
HSL 78.95º 0.3% 0.62% -
HSV(B) 78.95º 0.3% 0.73% -
XYZ 38.16 45.59 27.91 -
YUV 175.12 102.54 123.63 -
System Red Green Blue C M Y K H S L
Decimal 169 187 130 0.10 0 0.30 0.27 78.95 0.3 0.62
Hex A9 BB 82 A 0 1E 1B 4F 1E 3E
Octal 251 273 202 12 0 36 33 117 36 76
Binary 10101001 10111011 10000010 1010 0 11110 11011 1001111 11110 111110

Color Harmonies of #A9BB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BB82

Black with #A9BB82

Text Example


Text Example

White with #A9BB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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