Html Css Color HEX #9CB087 Norway

📋 copy color: '#9CB087'

red 156 ◦ green 176 ◦ blue 135

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

Shades of Norway #9CB087

Tints of Norway #9CB087

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.69%

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

R = 33.4%
G = 37.69%
B = 28.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#9CB087 (or 0x9CB087) is known color: Norway. HEX triplet: 9C, B0 and 87. RGB value is (156,176,135). Sum of RGB (Red+Green+Blue) = 156+176+135=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB087 is #634F78. Grayscale: #A5A5A5. Windows color (decimal): -6508409 or 8892572. OLE color: 8892572.

HSL color Cylindrical-coordinate representation of color #9CB087: hue angle of 89.27º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CB087 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 176 135 -
CMYK 0.11 0 0.23 0.31
HSL 89.27º 0.21% 0.61% -
HSV(B) 89.27º 0.23% 0.69% -
XYZ 33.61 39.87 28.85 -
YUV 165.35 110.87 121.33 -
System Red Green Blue C M Y K H S L
Decimal 156 176 135 0.11 0 0.23 0.31 89.27 0.21 0.61
Hex 9C B0 87 B 0 17 1F 59 15 3D
Octal 234 260 207 13 0 27 37 131 25 75
Binary 10011100 10110000 10000111 1011 0 10111 11111 1011001 10101 111101

Color Harmonies of #9CB087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB087

Black with #9CB087

Text Example


Text Example

White with #9CB087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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