Html Css Color HEX #9BAC74 Sage

📋 copy color: '#9BAC74'

red 155 ◦ green 172 ◦ blue 116

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

Shades of Sage #9BAC74

Tints of Sage #9BAC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.19%

R = 34.99%
G = 38.83%
B = 26.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#9BAC74 (or 0x9BAC74) is known color: Sage. HEX triplet: 9B, AC and 74. RGB value is (155,172,116). Sum of RGB (Red+Green+Blue) = 155+172+116=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC74 is #64538B. Grayscale: #A0A0A0. Windows color (decimal): -6574988 or 7646363. OLE color: 7646363.

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

Color convert

RGB 155 172 116 -
CMYK 0.10 0 0.33 0.33
HSL 78.21º 0.25% 0.56% -
HSV(B) 78.21º 0.33% 0.67% -
XYZ 31.42 37.73 22.15 -
YUV 160.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 155 172 116 0.10 0 0.33 0.33 78.21 0.25 0.56
Hex 9B AC 74 A 0 21 21 4E 19 38
Octal 233 254 164 12 0 41 41 116 31 70
Binary 10011011 10101100 1110100 1010 0 100001 100001 1001110 11001 111000

Color Harmonies of #9BAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAC74

Black with #9BAC74

Text Example


Text Example

White with #9BAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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