Html Css Color HEX #9BA47B Sage

📋 copy color: '#9BA47B'

red 155 ◦ green 164 ◦ blue 123

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

Shades of Sage #9BA47B

Tints of Sage #9BA47B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.83%

R = 35.07%
G = 37.1%
B = 27.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#9BA47B (or 0x9BA47B) is known color: Sage. HEX triplet: 9B, A4 and 7B. RGB value is (155,164,123). Sum of RGB (Red+Green+Blue) = 155+164+123=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA47B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA47B is #645B84. Grayscale: #9C9C9C. Windows color (decimal): -6577029 or 8103067. OLE color: 8103067.

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

Color convert

RGB 155 164 123 -
CMYK 0.05 0 0.25 0.36
HSL 73.17º 0.18% 0.56% -
HSV(B) 73.17º 0.25% 0.64% -
XYZ 30.37 34.95 23.88 -
YUV 156.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 155 164 123 0.05 0 0.25 0.36 73.17 0.18 0.56
Hex 9B A4 7B 5 0 19 24 49 12 38
Octal 233 244 173 5 0 31 44 111 22 70
Binary 10011011 10100100 1111011 101 0 11001 100100 1001001 10010 111000

Color Harmonies of #9BA47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA47B

Black with #9BA47B

Text Example


Text Example

White with #9BA47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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