Html Css Color HEX #A9BE76 Caper

📋 copy color: '#A9BE76'

red 169 ◦ green 190 ◦ blue 118

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

Shades of Caper #A9BE76

Tints of Caper #A9BE76

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.83%

 BLUE value IS 118 (46.48% from 255) = 24.74%

R = 35.43%
G = 39.83%
B = 24.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#A9BE76 (or 0xA9BE76) is known color: Caper. HEX triplet: A9, BE and 76. RGB value is (169,190,118). Sum of RGB (Red+Green+Blue) = 169+190+118=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BE76 is #564189. Grayscale: #AFAFAF. Windows color (decimal): -5652874 or 7782057. OLE color: 7782057.

HSL color Cylindrical-coordinate representation of color #A9BE76: hue angle of 77.5º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9BE76 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 190 118 -
CMYK 0.11 0 0.38 0.25
HSL 77.5º 0.36% 0.6% -
HSV(B) 77.5º 0.38% 0.75% -
XYZ 38.05 46.57 24.12 -
YUV 175.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 169 190 118 0.11 0 0.38 0.25 77.5 0.36 0.6
Hex A9 BE 76 B 0 26 19 4E 24 3C
Octal 251 276 166 13 0 46 31 116 44 74
Binary 10101001 10111110 1110110 1011 0 100110 11001 1001110 100100 111100

Color Harmonies of #A9BE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BE76

Black with #A9BE76

Text Example


Text Example

White with #A9BE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BE76; }

 p { color: rgb(169,190,118); }

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

background-color css

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

 a { background-color: rgb(169,190,118); }

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

border-color css

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

 span { border-color: rgb(169,190,118); }

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