Html Css Color HEX #9BA378 Sage

📋 copy color: '#9BA378'

red 155 ◦ green 163 ◦ blue 120

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

Shades of Sage #9BA378

Tints of Sage #9BA378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.4%

R = 35.39%
G = 37.21%
B = 27.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#9BA378 (or 0x9BA378) is known color: Sage. HEX triplet: 9B, A3 and 78. RGB value is (155,163,120). Sum of RGB (Red+Green+Blue) = 155+163+120=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA378 is #645C87. Grayscale: #9B9B9B. Windows color (decimal): -6577288 or 7906203. OLE color: 7906203.

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

Color convert

RGB 155 163 120 -
CMYK 0.05 0 0.26 0.36
HSL 71.16º 0.19% 0.55% -
HSV(B) 71.16º 0.26% 0.64% -
XYZ 30 34.52 22.85 -
YUV 155.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 155 163 120 0.05 0 0.26 0.36 71.16 0.19 0.55
Hex 9B A3 78 5 0 1A 24 47 13 37
Octal 233 243 170 5 0 32 44 107 23 67
Binary 10011011 10100011 1111000 101 0 11010 100100 1000111 10011 110111

Color Harmonies of #9BA378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA378

Black with #9BA378

Text Example


Text Example

White with #9BA378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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