Html Css Color HEX #9BA474 Sage

📋 copy color: '#9BA474'

red 155 ◦ green 164 ◦ blue 116

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

Shades of Sage #9BA474

Tints of Sage #9BA474

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.7%

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

R = 35.63%
G = 37.7%
B = 26.67%

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

#9BA474 (or 0x9BA474) is known color: Sage. HEX triplet: 9B, A4 and 74. RGB value is (155,164,116). Sum of RGB (Red+Green+Blue) = 155+164+116=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA474 is #645B8B. Grayscale: #9C9C9C. Windows color (decimal): -6577036 or 7644315. OLE color: 7644315.

HSL color Cylindrical-coordinate representation of color #9BA474: hue angle of 71.25º degrees, saturation: 0.21, 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 #9BA474 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 164 116 -
CMYK 0.05 0 0.29 0.36
HSL 71.25º 0.21% 0.55% -
HSV(B) 71.25º 0.29% 0.64% -
XYZ 29.95 34.78 21.66 -
YUV 155.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 155 164 116 0.05 0 0.29 0.36 71.25 0.21 0.55
Hex 9B A4 74 5 0 1D 24 47 15 37
Octal 233 244 164 5 0 35 44 107 25 67
Binary 10011011 10100100 1110100 101 0 11101 100100 1000111 10101 110111

Color Harmonies of #9BA474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA474

Black with #9BA474

Text Example


Text Example

White with #9BA474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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