Html Css Color HEX #9CB98A Norway

📋 copy color: '#9CB98A'

red 156 ◦ green 185 ◦ blue 138

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

Shades of Norway #9CB98A

Tints of Norway #9CB98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.81%

R = 32.57%
G = 38.62%
B = 28.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#9CB98A (or 0x9CB98A) is known color: Norway. HEX triplet: 9C, B9 and 8A. RGB value is (156,185,138). Sum of RGB (Red+Green+Blue) = 156+185+138=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB98A is #634675. Grayscale: #ABABAB. Windows color (decimal): -6506102 or 9091484. OLE color: 9091484.

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

Color convert

RGB 156 185 138 -
CMYK 0.16 0 0.25 0.27
HSL 97.02º 0.25% 0.63% -
HSV(B) 97.02º 0.25% 0.73% -
XYZ 35.65 43.6 30.58 -
YUV 170.97 109.39 117.32 -
System Red Green Blue C M Y K H S L
Decimal 156 185 138 0.16 0 0.25 0.27 97.02 0.25 0.63
Hex 9C B9 8A 10 0 19 1B 61 19 3F
Octal 234 271 212 20 0 31 33 141 31 77
Binary 10011100 10111001 10001010 10000 0 11001 11011 1100001 11001 111111

Color Harmonies of #9CB98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB98A

Black with #9CB98A

Text Example


Text Example

White with #9CB98A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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