Html Css Color HEX #9BAC87 Norway

📋 copy color: '#9BAC87'

red 155 ◦ green 172 ◦ blue 135

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

Shades of Norway #9BAC87

Tints of Norway #9BAC87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.22%

R = 33.55%
G = 37.23%
B = 29.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#9BAC87 (or 0x9BAC87) is known color: Norway. HEX triplet: 9B, AC and 87. RGB value is (155,172,135). Sum of RGB (Red+Green+Blue) = 155+172+135=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAC87 is #645378. Grayscale: #A2A2A2. Windows color (decimal): -6574969 or 8891547. OLE color: 8891547.

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

Color convert

RGB 155 172 135 -
CMYK 0.10 0 0.22 0.33
HSL 87.57º 0.18% 0.6% -
HSV(B) 87.57º 0.22% 0.67% -
XYZ 32.64 38.22 28.58 -
YUV 162.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 155 172 135 0.10 0 0.22 0.33 87.57 0.18 0.6
Hex 9B AC 87 A 0 16 21 58 12 3C
Octal 233 254 207 12 0 26 41 130 22 74
Binary 10011011 10101100 10000111 1010 0 10110 100001 1011000 10010 111100

Color Harmonies of #9BAC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAC87

Black with #9BAC87

Text Example


Text Example

White with #9BAC87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,172,135); }

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

background-color css

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

 a { background-color: rgb(155,172,135); }

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

border-color css

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

 span { border-color: rgb(155,172,135); }

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