Html Css Color HEX #A9BC70 Caper

📋 copy color: '#A9BC70'

red 169 ◦ green 188 ◦ blue 112

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

Shades of Caper #A9BC70

Tints of Caper #A9BC70

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.09%

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

R = 36.03%
G = 40.09%
B = 23.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#A9BC70 (or 0xA9BC70) is known color: Caper. HEX triplet: A9, BC and 70. RGB value is (169,188,112). Sum of RGB (Red+Green+Blue) = 169+188+112=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BC70 is #56438F. Grayscale: #ADADAD. Windows color (decimal): -5653392 or 7388329. OLE color: 7388329.

HSL color Cylindrical-coordinate representation of color #A9BC70: hue angle of 75º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A9BC70 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 188 112 -
CMYK 0.10 0 0.40 0.26
HSL 75º 0.36% 0.59% -
HSV(B) 75º 0.4% 0.74% -
XYZ 37.27 45.57 22.16 -
YUV 173.66 93.21 124.68 -
System Red Green Blue C M Y K H S L
Decimal 169 188 112 0.10 0 0.40 0.26 75 0.36 0.59
Hex A9 BC 70 A 0 28 1A 4B 24 3B
Octal 251 274 160 12 0 50 32 113 44 73
Binary 10101001 10111100 1110000 1010 0 101000 11010 1001011 100100 111011

Color Harmonies of #A9BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BC70

Black with #A9BC70

Text Example


Text Example

White with #A9BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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