Html Css Color HEX #9CB290 Norway

📋 copy color: '#9CB290'

red 156 ◦ green 178 ◦ blue 144

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

Shades of Norway #9CB290

Tints of Norway #9CB290

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.24%

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

R = 32.64%
G = 37.24%
B = 30.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#9CB290 (or 0x9CB290) is known color: Norway. HEX triplet: 9C, B2 and 90. RGB value is (156,178,144). Sum of RGB (Red+Green+Blue) = 156+178+144=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB290 is #634D6F. Grayscale: #A7A7A7. Windows color (decimal): -6507888 or 9482908. OLE color: 9482908.

HSL color Cylindrical-coordinate representation of color #9CB290: hue angle of 98.82º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CB290 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 156 178 144 -
CMYK 0.12 0 0.19 0.30
HSL 98.82º 0.18% 0.63% -
HSV(B) 98.82º 0.19% 0.7% -
XYZ 34.66 40.92 32.46 -
YUV 167.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 156 178 144 0.12 0 0.19 0.30 98.82 0.18 0.63
Hex 9C B2 90 C 0 13 1E 63 12 3F
Octal 234 262 220 14 0 23 36 143 22 77
Binary 10011100 10110010 10010000 1100 0 10011 11110 1100011 10010 111111

Color Harmonies of #9CB290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB290

Black with #9CB290

Text Example


Text Example

White with #9CB290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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