Html Css Color HEX #9CBC8B Norway

📋 copy color: '#9CBC8B'

red 156 ◦ green 188 ◦ blue 139

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

Shades of Norway #9CBC8B

Tints of Norway #9CBC8B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.92%

 BLUE value IS 139 (54.69% from 255) = 28.78%

R = 32.3%
G = 38.92%
B = 28.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#9CBC8B (or 0x9CBC8B) is known color: Norway. HEX triplet: 9C, BC and 8B. RGB value is (156,188,139). Sum of RGB (Red+Green+Blue) = 156+188+139=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBC8B is #634374. Grayscale: #ADADAD. Windows color (decimal): -6505333 or 9157788. OLE color: 9157788.

HSL color Cylindrical-coordinate representation of color #9CBC8B: hue angle of 99.18º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CBC8B is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 188 139 -
CMYK 0.17 0 0.26 0.26
HSL 99.18º 0.27% 0.64% -
HSV(B) 99.18º 0.26% 0.74% -
XYZ 36.35 44.9 31.18 -
YUV 172.85 108.9 115.98 -
System Red Green Blue C M Y K H S L
Decimal 156 188 139 0.17 0 0.26 0.26 99.18 0.27 0.64
Hex 9C BC 8B 11 0 1A 1A 63 1B 40
Octal 234 274 213 21 0 32 32 143 33 100
Binary 10011100 10111100 10001011 10001 0 11010 11010 1100011 11011 1000000

Color Harmonies of #9CBC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBC8B

Black with #9CBC8B

Text Example


Text Example

White with #9CBC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,188,139); }

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

background-color css

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

 a { background-color: rgb(156,188,139); }

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

border-color css

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

 span { border-color: rgb(156,188,139); }

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