Html Css Color HEX #9CB289 Norway

📋 copy color: '#9CB289'

red 156 ◦ green 178 ◦ blue 137

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

Shades of Norway #9CB289

Tints of Norway #9CB289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.09%

R = 33.12%
G = 37.79%
B = 29.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#9CB289 (or 0x9CB289) is known color: Norway. HEX triplet: 9C, B2 and 89. RGB value is (156,178,137). Sum of RGB (Red+Green+Blue) = 156+178+137=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB289 is #634D76. Grayscale: #A6A6A6. Windows color (decimal): -6507895 or 9024156. OLE color: 9024156.

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

Color convert

RGB 156 178 137 -
CMYK 0.12 0 0.23 0.30
HSL 92.2º 0.21% 0.62% -
HSV(B) 92.2º 0.23% 0.7% -
XYZ 34.15 40.71 29.73 -
YUV 166.75 111.21 120.33 -
System Red Green Blue C M Y K H S L
Decimal 156 178 137 0.12 0 0.23 0.30 92.2 0.21 0.62
Hex 9C B2 89 C 0 17 1E 5C 15 3E
Octal 234 262 211 14 0 27 36 134 25 76
Binary 10011100 10110010 10001001 1100 0 10111 11110 1011100 10101 111110

Color Harmonies of #9CB289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB289

Black with #9CB289

Text Example


Text Example

White with #9CB289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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