Html Css Color HEX #9CB490 Norway

📋 copy color: '#9CB490'

red 156 ◦ green 180 ◦ blue 144

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

Shades of Norway #9CB490

Tints of Norway #9CB490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.5%

 BLUE value IS 144 (56.64% from 255) = 30%

R = 32.5%
G = 37.5%
B = 30%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#9CB490 (or 0x9CB490) is known color: Norway. HEX triplet: 9C, B4 and 90. RGB value is (156,180,144). Sum of RGB (Red+Green+Blue) = 156+180+144=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB490 is #634B6F. Grayscale: #A8A8A8. Windows color (decimal): -6507376 or 9483420. OLE color: 9483420.

HSL color Cylindrical-coordinate representation of color #9CB490: hue angle of 100º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CB490 is Cyan = 0.13, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 180 144 -
CMYK 0.13 0 0.2 0.29
HSL 100º 0.19% 0.64% -
HSV(B) 100º 0.2% 0.71% -
XYZ 35.07 41.72 32.59 -
YUV 168.72 114.05 118.93 -
System Red Green Blue C M Y K H S L
Decimal 156 180 144 0.13 0 0.2 0.29 100 0.19 0.64
Hex 9C B4 90 D 0 14 1D 64 13 40
Octal 234 264 220 15 0 24 35 144 23 100
Binary 10011100 10110100 10010000 1101 0 10100 11101 1100100 10011 1000000

Color Harmonies of #9CB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB490

Black with #9CB490

Text Example


Text Example

White with #9CB490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,180,144); }

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

background-color css

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

 a { background-color: rgb(156,180,144); }

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

border-color css

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

 span { border-color: rgb(156,180,144); }

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