Html Css Color HEX #A9BC7C Caper

📋 copy color: '#A9BC7C'

red 169 ◦ green 188 ◦ blue 124

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

Shades of Caper #A9BC7C

Tints of Caper #A9BC7C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.09%

 BLUE value IS 124 (48.83% from 255) = 25.78%

R = 35.14%
G = 39.09%
B = 25.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#A9BC7C (or 0xA9BC7C) is known color: Caper. HEX triplet: A9, BC and 7C. RGB value is (169,188,124). Sum of RGB (Red+Green+Blue) = 169+188+124=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BC7C is #564383. Grayscale: #AFAFAF. Windows color (decimal): -5653380 or 8174761. OLE color: 8174761.

HSL color Cylindrical-coordinate representation of color #A9BC7C: hue angle of 77.81º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9BC7C is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 188 124 -
CMYK 0.10 0 0.34 0.26
HSL 77.81º 0.32% 0.61% -
HSV(B) 77.81º 0.34% 0.74% -
XYZ 37.98 45.86 25.92 -
YUV 175.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 169 188 124 0.10 0 0.34 0.26 77.81 0.32 0.61
Hex A9 BC 7C A 0 22 1A 4E 20 3D
Octal 251 274 174 12 0 42 32 116 40 75
Binary 10101001 10111100 1111100 1010 0 100010 11010 1001110 100000 111101

Color Harmonies of #A9BC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BC7C

Black with #A9BC7C

Text Example


Text Example

White with #A9BC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BC7C; }

 p { color: rgb(169,188,124); }

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

background-color css

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

 a { background-color: rgb(169,188,124); }

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

border-color css

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

 span { border-color: rgb(169,188,124); }

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