Html Css Color HEX #A9BF75 Caper

📋 copy color: '#A9BF75'

red 169 ◦ green 191 ◦ blue 117

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

Shades of Caper #A9BF75

Tints of Caper #A9BF75

RGB

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

 GREEN value IS 191 (75% from 255) = 40.04%

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

R = 35.43%
G = 40.04%
B = 24.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#A9BF75 (or 0xA9BF75) is known color: Caper. HEX triplet: A9, BF and 75. RGB value is (169,191,117). Sum of RGB (Red+Green+Blue) = 169+191+117=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BF75 is #56408A. Grayscale: #B0B0B0. Windows color (decimal): -5652619 or 7716777. OLE color: 7716777.

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

Color convert

RGB 169 191 117 -
CMYK 0.12 0 0.39 0.25
HSL 77.84º 0.37% 0.6% -
HSV(B) 77.84º 0.39% 0.75% -
XYZ 38.2 46.98 23.88 -
YUV 175.99 94.71 123.02 -
System Red Green Blue C M Y K H S L
Decimal 169 191 117 0.12 0 0.39 0.25 77.84 0.37 0.6
Hex A9 BF 75 C 0 27 19 4E 25 3C
Octal 251 277 165 14 0 47 31 116 45 74
Binary 10101001 10111111 1110101 1100 0 100111 11001 1001110 100101 111100

Color Harmonies of #A9BF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BF75

Black with #A9BF75

Text Example


Text Example

White with #A9BF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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