Html Css Color HEX #9BA384 Sage

📋 copy color: '#9BA384'

red 155 ◦ green 163 ◦ blue 132

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

Shades of Sage #9BA384

Tints of Sage #9BA384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.33%

R = 34.44%
G = 36.22%
B = 29.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#9BA384 (or 0x9BA384) is known color: Sage. HEX triplet: 9B, A3 and 84. RGB value is (155,163,132). Sum of RGB (Red+Green+Blue) = 155+163+132=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA384 is #645C7B. Grayscale: #9D9D9D. Windows color (decimal): -6577276 or 8692635. OLE color: 8692635.

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

Color convert

RGB 155 163 132 -
CMYK 0.05 0 0.19 0.36
HSL 75.48º 0.14% 0.58% -
HSV(B) 75.48º 0.19% 0.64% -
XYZ 30.78 34.83 26.93 -
YUV 157.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 155 163 132 0.05 0 0.19 0.36 75.48 0.14 0.58
Hex 9B A3 84 5 0 13 24 4B E 3A
Octal 233 243 204 5 0 23 44 113 16 72
Binary 10011011 10100011 10000100 101 0 10011 100100 1001011 1110 111010

Color Harmonies of #9BA384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA384

Black with #9BA384

Text Example


Text Example

White with #9BA384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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