Html Css Color HEX #9FBAA4 Summer Green

📋 copy color: '#9FBAA4'

red 159 ◦ green 186 ◦ blue 164

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

Shades of Summer Green #9FBAA4

Tints of Summer Green #9FBAA4

RGB

 RED value IS 159 (62.5% from 255) = 31.24%

 GREEN value IS 186 (73.05% from 255) = 36.54%

 BLUE value IS 164 (64.45% from 255) = 32.22%

R = 31.24%
G = 36.54%
B = 32.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#9FBAA4 (or 0x9FBAA4) is known color: Summer Green. HEX triplet: 9F, BA and A4. RGB value is (159,186,164). Sum of RGB (Red+Green+Blue) = 159+186+164=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBAA4 is #60455B. Grayscale: #AFAFAF. Windows color (decimal): -6309212 or 10795679. OLE color: 10795679.

HSL color Cylindrical-coordinate representation of color #9FBAA4: hue angle of 131.11º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBAA4 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 186 164 -
CMYK 0.15 0 0.12 0.27
HSL 131.11º 0.16% 0.68% -
HSV(B) 131.11º 0.15% 0.73% -
XYZ 38.56 45.17 41.81 -
YUV 175.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 159 186 164 0.15 0 0.12 0.27 131.11 0.16 0.68
Hex 9F BA A4 F 0 C 1B 83 10 44
Octal 237 272 244 17 0 14 33 203 20 104
Binary 10011111 10111010 10100100 1111 0 1100 11011 10000011 10000 1000100

Color Harmonies of #9FBAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBAA4

Black with #9FBAA4

Text Example


Text Example

White with #9FBAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,186,164); }

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

background-color css

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

 a { background-color: rgb(159,186,164); }

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

border-color css

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

 span { border-color: rgb(159,186,164); }

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