Html Css Color HEX #9BA684 Sage

📋 copy color: '#9BA684'

red 155 ◦ green 166 ◦ blue 132

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

Shades of Sage #9BA684

Tints of Sage #9BA684

RGB

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

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

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

R = 34.22%
G = 36.64%
B = 29.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#9BA684 (or 0x9BA684) is known color: Sage. HEX triplet: 9B, A6 and 84. RGB value is (155,166,132). Sum of RGB (Red+Green+Blue) = 155+166+132=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA684 is #64597B. Grayscale: #9E9E9E. Windows color (decimal): -6576508 or 8693403. OLE color: 8693403.

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

Color convert

RGB 155 166 132 -
CMYK 0.07 0 0.20 0.35
HSL 79.41º 0.16% 0.58% -
HSV(B) 79.41º 0.2% 0.65% -
XYZ 31.32 35.91 27.11 -
YUV 158.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 155 166 132 0.07 0 0.20 0.35 79.41 0.16 0.58
Hex 9B A6 84 7 0 14 23 4F 10 3A
Octal 233 246 204 7 0 24 43 117 20 72
Binary 10011011 10100110 10000100 111 0 10100 100011 1001111 10000 111010

Color Harmonies of #9BA684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA684

Black with #9BA684

Text Example


Text Example

White with #9BA684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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