Html Css Color HEX #9CB287 Norway

📋 copy color: '#9CB287'

red 156 ◦ green 178 ◦ blue 135

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

Shades of Norway #9CB287

Tints of Norway #9CB287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.78%

R = 33.26%
G = 37.95%
B = 28.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#9CB287 (or 0x9CB287) is known color: Norway. HEX triplet: 9C, B2 and 87. RGB value is (156,178,135). Sum of RGB (Red+Green+Blue) = 156+178+135=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB287 is #634D78. Grayscale: #A6A6A6. Windows color (decimal): -6507897 or 8893084. OLE color: 8893084.

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

Color convert

RGB 156 178 135 -
CMYK 0.12 0 0.24 0.30
HSL 90.7º 0.22% 0.61% -
HSV(B) 90.7º 0.24% 0.7% -
XYZ 34 40.66 28.98 -
YUV 166.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 156 178 135 0.12 0 0.24 0.30 90.7 0.22 0.61
Hex 9C B2 87 C 0 18 1E 5B 16 3D
Octal 234 262 207 14 0 30 36 133 26 75
Binary 10011100 10110010 10000111 1100 0 11000 11110 1011011 10110 111101

Color Harmonies of #9CB287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB287

Black with #9CB287

Text Example


Text Example

White with #9CB287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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