Html Css Color HEX #9CB98E Norway

📋 copy color: '#9CB98E'

red 156 ◦ green 185 ◦ blue 142

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

Shades of Norway #9CB98E

Tints of Norway #9CB98E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.3%

 BLUE value IS 142 (55.86% from 255) = 29.4%

R = 32.3%
G = 38.3%
B = 29.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#9CB98E (or 0x9CB98E) is known color: Norway. HEX triplet: 9C, B9 and 8E. RGB value is (156,185,142). Sum of RGB (Red+Green+Blue) = 156+185+142=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB98E is #634671. Grayscale: #ABABAB. Windows color (decimal): -6506098 or 9353628. OLE color: 9353628.

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

Color convert

RGB 156 185 142 -
CMYK 0.16 0 0.23 0.27
HSL 100.47º 0.23% 0.64% -
HSV(B) 100.47º 0.23% 0.73% -
XYZ 35.94 43.72 32.14 -
YUV 171.43 111.39 117 -
System Red Green Blue C M Y K H S L
Decimal 156 185 142 0.16 0 0.23 0.27 100.47 0.23 0.64
Hex 9C B9 8E 10 0 17 1B 64 17 40
Octal 234 271 216 20 0 27 33 144 27 100
Binary 10011100 10111001 10001110 10000 0 10111 11011 1100100 10111 1000000

Color Harmonies of #9CB98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB98E

Black with #9CB98E

Text Example


Text Example

White with #9CB98E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,185,142); }

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

background-color css

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

 a { background-color: rgb(156,185,142); }

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

border-color css

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

 span { border-color: rgb(156,185,142); }

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