Html Css Color HEX #A9B970 Caper

📋 copy color: '#A9B970'

red 169 ◦ green 185 ◦ blue 112

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

Shades of Caper #A9B970

Tints of Caper #A9B970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.7%

 BLUE value IS 112 (44.14% from 255) = 24.03%

R = 36.27%
G = 39.7%
B = 24.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#A9B970 (or 0xA9B970) is known color: Caper. HEX triplet: A9, B9 and 70. RGB value is (169,185,112). Sum of RGB (Red+Green+Blue) = 169+185+112=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B970 is #56468F. Grayscale: #ACACAC. Windows color (decimal): -5654160 or 7387561. OLE color: 7387561.

HSL color Cylindrical-coordinate representation of color #A9B970: hue angle of 73.15º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A9B970 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 185 112 -
CMYK 0.09 0 0.39 0.27
HSL 73.15º 0.34% 0.58% -
HSV(B) 73.15º 0.39% 0.73% -
XYZ 36.64 44.3 21.95 -
YUV 171.89 94.2 125.94 -
System Red Green Blue C M Y K H S L
Decimal 169 185 112 0.09 0 0.39 0.27 73.15 0.34 0.58
Hex A9 B9 70 9 0 27 1B 49 22 3A
Octal 251 271 160 11 0 47 33 111 42 72
Binary 10101001 10111001 1110000 1001 0 100111 11011 1001001 100010 111010

Color Harmonies of #A9B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B970

Black with #A9B970

Text Example


Text Example

White with #A9B970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B970; }

 p { color: rgb(169,185,112); }

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

background-color css

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

 a { background-color: rgb(169,185,112); }

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

border-color css

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

 span { border-color: rgb(169,185,112); }

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