Html Css Color HEX #9DBB85 Norway

📋 copy color: '#9DBB85'

red 157 ◦ green 187 ◦ blue 133

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

Shades of Norway #9DBB85

Tints of Norway #9DBB85

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.2%

 BLUE value IS 133 (52.34% from 255) = 27.88%

R = 32.91%
G = 39.2%
B = 27.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#9DBB85 (or 0x9DBB85) is known color: Norway. HEX triplet: 9D, BB and 85. RGB value is (157,187,133). Sum of RGB (Red+Green+Blue) = 157+187+133=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBB85 is #62447A. Grayscale: #ACACAC. Windows color (decimal): -6440059 or 8764317. OLE color: 8764317.

HSL color Cylindrical-coordinate representation of color #9DBB85: hue angle of 93.33º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DBB85 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 187 133 -
CMYK 0.16 0 0.29 0.27
HSL 93.33º 0.28% 0.63% -
HSV(B) 93.33º 0.29% 0.73% -
XYZ 35.91 44.4 28.87 -
YUV 171.87 106.06 117.39 -
System Red Green Blue C M Y K H S L
Decimal 157 187 133 0.16 0 0.29 0.27 93.33 0.28 0.63
Hex 9D BB 85 10 0 1D 1B 5D 1C 3F
Octal 235 273 205 20 0 35 33 135 34 77
Binary 10011101 10111011 10000101 10000 0 11101 11011 1011101 11100 111111

Color Harmonies of #9DBB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB85

Black with #9DBB85

Text Example


Text Example

White with #9DBB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,187,133); }

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

background-color css

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

 a { background-color: rgb(157,187,133); }

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

border-color css

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

 span { border-color: rgb(157,187,133); }

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