Html Css Color HEX #9CB387 Norway

📋 copy color: '#9CB387'

red 156 ◦ green 179 ◦ blue 135

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

Shades of Norway #9CB387

Tints of Norway #9CB387

RGB

 RED value IS 156 (61.33% from 255) = 33.19%

 GREEN value IS 179 (70.31% from 255) = 38.09%

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

R = 33.19%
G = 38.09%
B = 28.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#9CB387 (or 0x9CB387) is known color: Norway. HEX triplet: 9C, B3 and 87. RGB value is (156,179,135). Sum of RGB (Red+Green+Blue) = 156+179+135=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB387 is #634C78. Grayscale: #A7A7A7. Windows color (decimal): -6507641 or 8893340. OLE color: 8893340.

HSL color Cylindrical-coordinate representation of color #9CB387: hue angle of 91.36º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CB387 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 156 179 135 -
CMYK 0.13 0 0.25 0.30
HSL 91.36º 0.22% 0.62% -
HSV(B) 91.36º 0.25% 0.7% -
XYZ 34.2 41.06 29.04 -
YUV 167.11 109.88 120.08 -
System Red Green Blue C M Y K H S L
Decimal 156 179 135 0.13 0 0.25 0.30 91.36 0.22 0.62
Hex 9C B3 87 D 0 19 1E 5B 16 3E
Octal 234 263 207 15 0 31 36 133 26 76
Binary 10011100 10110011 10000111 1101 0 11001 11110 1011011 10110 111110

Color Harmonies of #9CB387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB387

Black with #9CB387

Text Example


Text Example

White with #9CB387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,179,135); }

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

background-color css

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

 a { background-color: rgb(156,179,135); }

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

border-color css

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

 span { border-color: rgb(156,179,135); }

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