Html Css Color HEX #A9BF70 Caper

📋 copy color: '#A9BF70'

red 169 ◦ green 191 ◦ blue 112

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

Shades of Caper #A9BF70

Tints of Caper #A9BF70

RGB

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

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

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

R = 35.81%
G = 40.47%
B = 23.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#A9BF70 (or 0xA9BF70) is known color: Caper. HEX triplet: A9, BF and 70. RGB value is (169,191,112). Sum of RGB (Red+Green+Blue) = 169+191+112=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BF70 is #56408F. Grayscale: #AFAFAF. Windows color (decimal): -5652624 or 7389097. OLE color: 7389097.

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

Color convert

RGB 169 191 112 -
CMYK 0.12 0 0.41 0.25
HSL 76.71º 0.38% 0.59% -
HSV(B) 76.71º 0.41% 0.75% -
XYZ 37.92 46.87 22.38 -
YUV 175.42 92.21 123.42 -
System Red Green Blue C M Y K H S L
Decimal 169 191 112 0.12 0 0.41 0.25 76.71 0.38 0.59
Hex A9 BF 70 C 0 29 19 4D 26 3B
Octal 251 277 160 14 0 51 31 115 46 73
Binary 10101001 10111111 1110000 1100 0 101001 11001 1001101 100110 111011

Color Harmonies of #A9BF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BF70

Black with #A9BF70

Text Example


Text Example

White with #A9BF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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