Html Css Color HEX #9DB28C Norway

📋 copy color: '#9DB28C'

red 157 ◦ green 178 ◦ blue 140

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

Shades of Norway #9DB28C

Tints of Norway #9DB28C

RGB

 RED value IS 157 (61.72% from 255) = 33.05%

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

 BLUE value IS 140 (55.08% from 255) = 29.47%

R = 33.05%
G = 37.47%
B = 29.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#9DB28C (or 0x9DB28C) is known color: Norway. HEX triplet: 9D, B2 and 8C. RGB value is (157,178,140). Sum of RGB (Red+Green+Blue) = 157+178+140=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB28C is #624D73. Grayscale: #A7A7A7. Windows color (decimal): -6442356 or 9220765. OLE color: 9220765.

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

Color convert

RGB 157 178 140 -
CMYK 0.12 0 0.21 0.30
HSL 93.16º 0.2% 0.62% -
HSV(B) 93.16º 0.21% 0.7% -
XYZ 34.56 40.9 30.88 -
YUV 167.39 112.54 120.59 -
System Red Green Blue C M Y K H S L
Decimal 157 178 140 0.12 0 0.21 0.30 93.16 0.2 0.62
Hex 9D B2 8C C 0 15 1E 5D 14 3E
Octal 235 262 214 14 0 25 36 135 24 76
Binary 10011101 10110010 10001100 1100 0 10101 11110 1011101 10100 111110

Color Harmonies of #9DB28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB28C

Black with #9DB28C

Text Example


Text Example

White with #9DB28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,178,140); }

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

background-color css

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

 a { background-color: rgb(157,178,140); }

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

border-color css

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

 span { border-color: rgb(157,178,140); }

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