Html Css Color HEX #9BA281 Sage

📋 copy color: '#9BA281'

red 155 ◦ green 162 ◦ blue 129

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

Shades of Sage #9BA281

Tints of Sage #9BA281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.92%

R = 34.75%
G = 36.32%
B = 28.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#9BA281 (or 0x9BA281) is known color: Sage. HEX triplet: 9B, A2 and 81. RGB value is (155,162,129). Sum of RGB (Red+Green+Blue) = 155+162+129=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA281 is #645D7E. Grayscale: #9C9C9C. Windows color (decimal): -6577535 or 8495771. OLE color: 8495771.

HSL color Cylindrical-coordinate representation of color #9BA281: hue angle of 72.73º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BA281 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 162 129 -
CMYK 0.04 0 0.20 0.36
HSL 72.73º 0.15% 0.57% -
HSV(B) 72.73º 0.2% 0.64% -
XYZ 30.4 34.39 25.81 -
YUV 156.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 155 162 129 0.04 0 0.20 0.36 72.73 0.15 0.57
Hex 9B A2 81 4 0 14 24 49 F 39
Octal 233 242 201 4 0 24 44 111 17 71
Binary 10011011 10100010 10000001 100 0 10100 100100 1001001 1111 111001

Color Harmonies of #9BA281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA281

Black with #9BA281

Text Example


Text Example

White with #9BA281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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