Html Css Color HEX #9BA784 Sage

📋 copy color: '#9BA784'

red 155 ◦ green 167 ◦ blue 132

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

Shades of Sage #9BA784

Tints of Sage #9BA784

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.78%

 BLUE value IS 132 (51.95% from 255) = 29.07%

R = 34.14%
G = 36.78%
B = 29.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#9BA784 (or 0x9BA784) is known color: Sage. HEX triplet: 9B, A7 and 84. RGB value is (155,167,132). Sum of RGB (Red+Green+Blue) = 155+167+132=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA784 is #64587B. Grayscale: #9F9F9F. Windows color (decimal): -6576252 or 8693659. OLE color: 8693659.

HSL color Cylindrical-coordinate representation of color #9BA784: hue angle of 80.57º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BA784 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 167 132 -
CMYK 0.07 0 0.21 0.35
HSL 80.57º 0.17% 0.59% -
HSV(B) 80.57º 0.21% 0.65% -
XYZ 31.5 36.27 27.17 -
YUV 159.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 155 167 132 0.07 0 0.21 0.35 80.57 0.17 0.59
Hex 9B A7 84 7 0 15 23 51 11 3B
Octal 233 247 204 7 0 25 43 121 21 73
Binary 10011011 10100111 10000100 111 0 10101 100011 1010001 10001 111011

Color Harmonies of #9BA784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA784

Black with #9BA784

Text Example


Text Example

White with #9BA784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,167,132); }

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

background-color css

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

 a { background-color: rgb(155,167,132); }

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

border-color css

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

 span { border-color: rgb(155,167,132); }

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