Html Css Color HEX #A9BA74 Caper

📋 copy color: '#A9BA74'

red 169 ◦ green 186 ◦ blue 116

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

Shades of Caper #A9BA74

Tints of Caper #A9BA74

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.49%

 BLUE value IS 116 (45.7% from 255) = 24.63%

R = 35.88%
G = 39.49%
B = 24.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#A9BA74 (or 0xA9BA74) is known color: Caper. HEX triplet: A9, BA and 74. RGB value is (169,186,116). Sum of RGB (Red+Green+Blue) = 169+186+116=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BA74 is #56458B. Grayscale: #ADADAD. Windows color (decimal): -5653900 or 7649961. OLE color: 7649961.

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

Color convert

RGB 169 186 116 -
CMYK 0.09 0 0.38 0.27
HSL 74.57º 0.34% 0.59% -
HSV(B) 74.57º 0.38% 0.73% -
XYZ 37.07 44.81 23.22 -
YUV 172.94 95.87 125.19 -
System Red Green Blue C M Y K H S L
Decimal 169 186 116 0.09 0 0.38 0.27 74.57 0.34 0.59
Hex A9 BA 74 9 0 26 1B 4B 22 3B
Octal 251 272 164 11 0 46 33 113 42 73
Binary 10101001 10111010 1110100 1001 0 100110 11011 1001011 100010 111011

Color Harmonies of #A9BA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BA74

Black with #A9BA74

Text Example


Text Example

White with #A9BA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BA74; }

 p { color: rgb(169,186,116); }

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

background-color css

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

 a { background-color: rgb(169,186,116); }

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

border-color css

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

 span { border-color: rgb(169,186,116); }

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