Html Css Color HEX #9CBD8A Norway

📋 copy color: '#9CBD8A'

red 156 ◦ green 189 ◦ blue 138

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

Shades of Norway #9CBD8A

Tints of Norway #9CBD8A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.13%

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

R = 32.3%
G = 39.13%
B = 28.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#9CBD8A (or 0x9CBD8A) is known color: Norway. HEX triplet: 9C, BD and 8A. RGB value is (156,189,138). Sum of RGB (Red+Green+Blue) = 156+189+138=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBD8A is #634275. Grayscale: #ADADAD. Windows color (decimal): -6505078 or 9092508. OLE color: 9092508.

HSL color Cylindrical-coordinate representation of color #9CBD8A: hue angle of 98.82º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CBD8A is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 189 138 -
CMYK 0.17 0 0.27 0.26
HSL 98.82º 0.28% 0.64% -
HSV(B) 98.82º 0.27% 0.74% -
XYZ 36.5 45.3 30.86 -
YUV 173.32 108.07 115.65 -
System Red Green Blue C M Y K H S L
Decimal 156 189 138 0.17 0 0.27 0.26 98.82 0.28 0.64
Hex 9C BD 8A 11 0 1B 1A 63 1C 40
Octal 234 275 212 21 0 33 32 143 34 100
Binary 10011100 10111101 10001010 10001 0 11011 11010 1100011 11100 1000000

Color Harmonies of #9CBD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBD8A

Black with #9CBD8A

Text Example


Text Example

White with #9CBD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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