Html Css Color HEX #9BA87F Sage

📋 copy color: '#9BA87F'

red 155 ◦ green 168 ◦ blue 127

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

Shades of Sage #9BA87F

Tints of Sage #9BA87F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.33%

 BLUE value IS 127 (50% from 255) = 28.22%

R = 34.44%
G = 37.33%
B = 28.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#9BA87F (or 0x9BA87F) is known color: Sage. HEX triplet: 9B, A8 and 7F. RGB value is (155,168,127). Sum of RGB (Red+Green+Blue) = 155+168+127=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA87F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA87F is #645780. Grayscale: #9F9F9F. Windows color (decimal): -6576001 or 8366235. OLE color: 8366235.

HSL color Cylindrical-coordinate representation of color #9BA87F: hue angle of 79.02º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BA87F is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 168 127 -
CMYK 0.08 0 0.24 0.34
HSL 79.02º 0.19% 0.58% -
HSV(B) 79.02º 0.24% 0.66% -
XYZ 31.35 36.51 25.47 -
YUV 159.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 155 168 127 0.08 0 0.24 0.34 79.02 0.19 0.58
Hex 9B A8 7F 8 0 18 22 4F 13 3A
Octal 233 250 177 10 0 30 42 117 23 72
Binary 10011011 10101000 1111111 1000 0 11000 100010 1001111 10011 111010

Color Harmonies of #9BA87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA87F

Black with #9BA87F

Text Example


Text Example

White with #9BA87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,168,127); }

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

background-color css

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

 a { background-color: rgb(155,168,127); }

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

border-color css

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

 span { border-color: rgb(155,168,127); }

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