Html Css Color HEX #9FAC88 Norway

📋 copy color: '#9FAC88'

red 159 ◦ green 172 ◦ blue 136

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

Shades of Norway #9FAC88

Tints of Norway #9FAC88

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.83%

 BLUE value IS 136 (53.52% from 255) = 29.12%

R = 34.05%
G = 36.83%
B = 29.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#9FAC88 (or 0x9FAC88) is known color: Norway. HEX triplet: 9F, AC and 88. RGB value is (159,172,136). Sum of RGB (Red+Green+Blue) = 159+172+136=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC88 is #605377. Grayscale: #A4A4A4. Windows color (decimal): -6312824 or 8957087. OLE color: 8957087.

HSL color Cylindrical-coordinate representation of color #9FAC88: hue angle of 81.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FAC88 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 172 136 -
CMYK 0.08 0 0.21 0.33
HSL 81.67º 0.18% 0.6% -
HSV(B) 81.67º 0.21% 0.67% -
XYZ 33.49 38.65 28.99 -
YUV 164.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 159 172 136 0.08 0 0.21 0.33 81.67 0.18 0.6
Hex 9F AC 88 8 0 15 21 52 12 3C
Octal 237 254 210 10 0 25 41 122 22 74
Binary 10011111 10101100 10001000 1000 0 10101 100001 1010010 10010 111100

Color Harmonies of #9FAC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAC88

Black with #9FAC88

Text Example


Text Example

White with #9FAC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,172,136); }

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

background-color css

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

 a { background-color: rgb(159,172,136); }

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

border-color css

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

 span { border-color: rgb(159,172,136); }

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