Html Css Color HEX #9BA380 Sage

📋 copy color: '#9BA380'

red 155 ◦ green 163 ◦ blue 128

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

Shades of Sage #9BA380

Tints of Sage #9BA380

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.55%

 BLUE value IS 128 (50.39% from 255) = 28.7%

R = 34.75%
G = 36.55%
B = 28.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#9BA380 (or 0x9BA380) is known color: Sage. HEX triplet: 9B, A3 and 80. RGB value is (155,163,128). Sum of RGB (Red+Green+Blue) = 155+163+128=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA380 is #645C7F. Grayscale: #9C9C9C. Windows color (decimal): -6577280 or 8430491. OLE color: 8430491.

HSL color Cylindrical-coordinate representation of color #9BA380: hue angle of 73.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BA380 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 163 128 -
CMYK 0.05 0 0.21 0.36
HSL 73.71º 0.16% 0.57% -
HSV(B) 73.71º 0.21% 0.64% -
XYZ 30.51 34.72 25.52 -
YUV 156.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 155 163 128 0.05 0 0.21 0.36 73.71 0.16 0.57
Hex 9B A3 80 5 0 15 24 4A 10 39
Octal 233 243 200 5 0 25 44 112 20 71
Binary 10011011 10100011 10000000 101 0 10101 100100 1001010 10000 111001

Color Harmonies of #9BA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA380

Black with #9BA380

Text Example


Text Example

White with #9BA380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,163,128); }

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

background-color css

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

 a { background-color: rgb(155,163,128); }

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

border-color css

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

 span { border-color: rgb(155,163,128); }

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