Html Css Color HEX #A9BB7F Caper

📋 copy color: '#A9BB7F'

red 169 ◦ green 187 ◦ blue 127

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

Shades of Caper #A9BB7F

Tints of Caper #A9BB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.29%

R = 34.99%
G = 38.72%
B = 26.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#A9BB7F (or 0xA9BB7F) is known color: Caper. HEX triplet: A9, BB and 7F. RGB value is (169,187,127). Sum of RGB (Red+Green+Blue) = 169+187+127=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BB7F is #564480. Grayscale: #AFAFAF. Windows color (decimal): -5653633 or 8371113. OLE color: 8371113.

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

Color convert

RGB 169 187 127 -
CMYK 0.10 0 0.32 0.27
HSL 78º 0.31% 0.62% -
HSV(B) 78º 0.32% 0.73% -
XYZ 37.96 45.51 26.86 -
YUV 174.78 101.04 123.88 -
System Red Green Blue C M Y K H S L
Decimal 169 187 127 0.10 0 0.32 0.27 78 0.31 0.62
Hex A9 BB 7F A 0 20 1B 4E 1F 3E
Octal 251 273 177 12 0 40 33 116 37 76
Binary 10101001 10111011 1111111 1010 0 100000 11011 1001110 11111 111110

Color Harmonies of #A9BB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BB7F

Black with #A9BB7F

Text Example


Text Example

White with #A9BB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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