Html Css Color HEX #9BA374 Sage

📋 copy color: '#9BA374'

red 155 ◦ green 163 ◦ blue 116

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

Shades of Sage #9BA374

Tints of Sage #9BA374

RGB

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

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

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

R = 35.71%
G = 37.56%
B = 26.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#9BA374 (or 0x9BA374) is known color: Sage. HEX triplet: 9B, A3 and 74. RGB value is (155,163,116). Sum of RGB (Red+Green+Blue) = 155+163+116=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA374 is #645C8B. Grayscale: #9B9B9B. Windows color (decimal): -6577292 or 7644059. OLE color: 7644059.

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

Color convert

RGB 155 163 116 -
CMYK 0.05 0 0.29 0.36
HSL 70.21º 0.2% 0.55% -
HSV(B) 70.21º 0.29% 0.64% -
XYZ 29.77 34.42 21.6 -
YUV 155.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 155 163 116 0.05 0 0.29 0.36 70.21 0.2 0.55
Hex 9B A3 74 5 0 1D 24 46 14 37
Octal 233 243 164 5 0 35 44 106 24 67
Binary 10011011 10100011 1110100 101 0 11101 100100 1000110 10100 110111

Color Harmonies of #9BA374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA374

Black with #9BA374

Text Example


Text Example

White with #9BA374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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