Html Css Color HEX #9BA284 Sage

📋 copy color: '#9BA284'

red 155 ◦ green 162 ◦ blue 132

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

Shades of Sage #9BA284

Tints of Sage #9BA284

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.08%

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

R = 34.52%
G = 36.08%
B = 29.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#9BA284 (or 0x9BA284) is known color: Sage. HEX triplet: 9B, A2 and 84. RGB value is (155,162,132). Sum of RGB (Red+Green+Blue) = 155+162+132=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA284 is #645D7B. Grayscale: #9C9C9C. Windows color (decimal): -6577532 or 8692379. OLE color: 8692379.

HSL color Cylindrical-coordinate representation of color #9BA284: hue angle of 74º 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 #9BA284 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 162 132 -
CMYK 0.04 0 0.19 0.36
HSL 74º 0.14% 0.58% -
HSV(B) 74º 0.19% 0.64% -
XYZ 30.6 34.48 26.87 -
YUV 156.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 155 162 132 0.04 0 0.19 0.36 74 0.14 0.58
Hex 9B A2 84 4 0 13 24 4A E 3A
Octal 233 242 204 4 0 23 44 112 16 72
Binary 10011011 10100010 10000100 100 0 10011 100100 1001010 1110 111010

Color Harmonies of #9BA284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA284

Black with #9BA284

Text Example


Text Example

White with #9BA284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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