Html Css Color HEX #9BA683 Sage

📋 copy color: '#9BA683'

red 155 ◦ green 166 ◦ blue 131

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

Shades of Sage #9BA683

Tints of Sage #9BA683

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.73%

 BLUE value IS 131 (51.56% from 255) = 28.98%

R = 34.29%
G = 36.73%
B = 28.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#9BA683 (or 0x9BA683) is known color: Sage. HEX triplet: 9B, A6 and 83. RGB value is (155,166,131). Sum of RGB (Red+Green+Blue) = 155+166+131=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA683 is #64597C. Grayscale: #9E9E9E. Windows color (decimal): -6576509 or 8627867. OLE color: 8627867.

HSL color Cylindrical-coordinate representation of color #9BA683: hue angle of 78.86º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BA683 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 166 131 -
CMYK 0.07 0 0.21 0.35
HSL 78.86º 0.16% 0.58% -
HSV(B) 78.86º 0.21% 0.65% -
XYZ 31.25 35.88 26.75 -
YUV 158.72 112.36 125.35 -
System Red Green Blue C M Y K H S L
Decimal 155 166 131 0.07 0 0.21 0.35 78.86 0.16 0.58
Hex 9B A6 83 7 0 15 23 4F 10 3A
Octal 233 246 203 7 0 25 43 117 20 72
Binary 10011011 10100110 10000011 111 0 10101 100011 1001111 10000 111010

Color Harmonies of #9BA683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA683

Black with #9BA683

Text Example


Text Example

White with #9BA683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,166,131); }

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

background-color css

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

 a { background-color: rgb(155,166,131); }

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

border-color css

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

 span { border-color: rgb(155,166,131); }

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