Html Css Color HEX #9DBF84 Norway

📋 copy color: '#9DBF84'

red 157 ◦ green 191 ◦ blue 132

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

Shades of Norway #9DBF84

Tints of Norway #9DBF84

RGB

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

 GREEN value IS 191 (75% from 255) = 39.79%

 BLUE value IS 132 (51.95% from 255) = 27.5%

R = 32.71%
G = 39.79%
B = 27.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#9DBF84 (or 0x9DBF84) is known color: Norway. HEX triplet: 9D, BF and 84. RGB value is (157,191,132). Sum of RGB (Red+Green+Blue) = 157+191+132=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBF84 is #62407B. Grayscale: #AEAEAE. Windows color (decimal): -6439036 or 8699805. OLE color: 8699805.

HSL color Cylindrical-coordinate representation of color #9DBF84: hue angle of 94.58º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DBF84 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 191 132 -
CMYK 0.18 0 0.31 0.25
HSL 94.58º 0.32% 0.63% -
HSV(B) 94.58º 0.31% 0.75% -
XYZ 36.7 46.1 28.79 -
YUV 174.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 157 191 132 0.18 0 0.31 0.25 94.58 0.32 0.63
Hex 9D BF 84 12 0 1F 19 5F 20 3F
Octal 235 277 204 22 0 37 31 137 40 77
Binary 10011101 10111111 10000100 10010 0 11111 11001 1011111 100000 111111

Color Harmonies of #9DBF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBF84

Black with #9DBF84

Text Example


Text Example

White with #9DBF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,191,132); }

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

background-color css

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

 a { background-color: rgb(157,191,132); }

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

border-color css

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

 span { border-color: rgb(157,191,132); }

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