Html Css Color HEX #9BA272 Sage

📋 copy color: '#9BA272'

red 155 ◦ green 162 ◦ blue 114

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

Shades of Sage #9BA272

Tints of Sage #9BA272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.45%

R = 35.96%
G = 37.59%
B = 26.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#9BA272 (or 0x9BA272) is known color: Sage. HEX triplet: 9B, A2 and 72. RGB value is (155,162,114). Sum of RGB (Red+Green+Blue) = 155+162+114=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA272 is #645D8D. Grayscale: #9A9A9A. Windows color (decimal): -6577550 or 7512731. OLE color: 7512731.

HSL color Cylindrical-coordinate representation of color #9BA272: hue angle of 68.75º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BA272 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 162 114 -
CMYK 0.04 0 0.30 0.36
HSL 68.75º 0.21% 0.54% -
HSV(B) 68.75º 0.3% 0.64% -
XYZ 29.48 34.02 20.93 -
YUV 154.44 105.18 128.4 -
System Red Green Blue C M Y K H S L
Decimal 155 162 114 0.04 0 0.30 0.36 68.75 0.21 0.54
Hex 9B A2 72 4 0 1E 24 45 15 36
Octal 233 242 162 4 0 36 44 105 25 66
Binary 10011011 10100010 1110010 100 0 11110 100100 1000101 10101 110110

Color Harmonies of #9BA272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA272

Black with #9BA272

Text Example


Text Example

White with #9BA272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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