Html Css Color HEX #A9BA75 Caper

📋 copy color: '#A9BA75'

red 169 ◦ green 186 ◦ blue 117

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

Shades of Caper #A9BA75

Tints of Caper #A9BA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.79%

R = 35.81%
G = 39.41%
B = 24.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#A9BA75 (or 0xA9BA75) is known color: Caper. HEX triplet: A9, BA and 75. RGB value is (169,186,117). Sum of RGB (Red+Green+Blue) = 169+186+117=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BA75 is #56458A. Grayscale: #ADADAD. Windows color (decimal): -5653899 or 7715497. OLE color: 7715497.

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

Color convert

RGB 169 186 117 -
CMYK 0.09 0 0.37 0.27
HSL 74.78º 0.33% 0.59% -
HSV(B) 74.78º 0.37% 0.73% -
XYZ 37.13 44.84 23.53 -
YUV 173.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 169 186 117 0.09 0 0.37 0.27 74.78 0.33 0.59
Hex A9 BA 75 9 0 25 1B 4B 21 3B
Octal 251 272 165 11 0 45 33 113 41 73
Binary 10101001 10111010 1110101 1001 0 100101 11011 1001011 100001 111011

Color Harmonies of #A9BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BA75

Black with #A9BA75

Text Example


Text Example

White with #A9BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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