Html Css Color HEX #9BAC72 Sage

📋 copy color: '#9BAC72'

red 155 ◦ green 172 ◦ blue 114

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

Shades of Sage #9BAC72

Tints of Sage #9BAC72

RGB

 RED value IS 155 (60.94% from 255) = 35.15%

 GREEN value IS 172 (67.58% from 255) = 39%

 BLUE value IS 114 (44.92% from 255) = 25.85%

R = 35.15%
G = 39%
B = 25.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#9BAC72 (or 0x9BAC72) is known color: Sage. HEX triplet: 9B, AC and 72. RGB value is (155,172,114). Sum of RGB (Red+Green+Blue) = 155+172+114=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC72 is #64538D. Grayscale: #A0A0A0. Windows color (decimal): -6574990 or 7515291. OLE color: 7515291.

HSL color Cylindrical-coordinate representation of color #9BAC72: hue angle of 77.59º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BAC72 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 172 114 -
CMYK 0.10 0 0.34 0.33
HSL 77.59º 0.26% 0.56% -
HSV(B) 77.59º 0.34% 0.67% -
XYZ 31.31 37.69 21.54 -
YUV 160.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 155 172 114 0.10 0 0.34 0.33 77.59 0.26 0.56
Hex 9B AC 72 A 0 22 21 4E 1A 38
Octal 233 254 162 12 0 42 41 116 32 70
Binary 10011011 10101100 1110010 1010 0 100010 100001 1001110 11010 111000

Color Harmonies of #9BAC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAC72

Black with #9BAC72

Text Example


Text Example

White with #9BAC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BAC72; }

 p { color: rgb(155,172,114); }

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

background-color css

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

 a { background-color: rgb(155,172,114); }

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

border-color css

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

 span { border-color: rgb(155,172,114); }

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