Html Css Color HEX #9CB183 Norway

📋 copy color: '#9CB183'

red 156 ◦ green 177 ◦ blue 131

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

Shades of Norway #9CB183

Tints of Norway #9CB183

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.15%

 BLUE value IS 131 (51.56% from 255) = 28.23%

R = 33.62%
G = 38.15%
B = 28.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#9CB183 (or 0x9CB183) is known color: Norway. HEX triplet: 9C, B1 and 83. RGB value is (156,177,131). Sum of RGB (Red+Green+Blue) = 156+177+131=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB183 is #634E7C. Grayscale: #A5A5A5. Windows color (decimal): -6508157 or 8630684. OLE color: 8630684.

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

Color convert

RGB 156 177 131 -
CMYK 0.12 0 0.26 0.31
HSL 87.39º 0.23% 0.6% -
HSV(B) 87.39º 0.26% 0.69% -
XYZ 33.53 40.15 27.46 -
YUV 165.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 156 177 131 0.12 0 0.26 0.31 87.39 0.23 0.6
Hex 9C B1 83 C 0 1A 1F 57 17 3C
Octal 234 261 203 14 0 32 37 127 27 74
Binary 10011100 10110001 10000011 1100 0 11010 11111 1010111 10111 111100

Color Harmonies of #9CB183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB183

Black with #9CB183

Text Example


Text Example

White with #9CB183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,177,131); }

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

background-color css

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

 a { background-color: rgb(156,177,131); }

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

border-color css

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

 span { border-color: rgb(156,177,131); }

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