Html Css Color HEX #97B785 Norway

📋 copy color: '#97B785'

red 151 ◦ green 183 ◦ blue 133

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

Shades of Norway #97B785

Tints of Norway #97B785

RGB

 RED value IS 151 (59.38% from 255) = 32.33%

 GREEN value IS 183 (71.88% from 255) = 39.19%

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

R = 32.33%
G = 39.19%
B = 28.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#97B785 (or 0x97B785) is known color: Norway. HEX triplet: 97, B7 and 85. RGB value is (151,183,133). Sum of RGB (Red+Green+Blue) = 151+183+133=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #97B785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B785 is #68487A. Grayscale: #A7A7A7. Windows color (decimal): -6834299 or 8763287. OLE color: 8763287.

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

Color convert

RGB 151 183 133 -
CMYK 0.17 0 0.27 0.28
HSL 98.4º 0.26% 0.62% -
HSV(B) 98.4º 0.27% 0.72% -
XYZ 33.93 42.14 28.54 -
YUV 167.73 108.4 116.07 -
System Red Green Blue C M Y K H S L
Decimal 151 183 133 0.17 0 0.27 0.28 98.4 0.26 0.62
Hex 97 B7 85 11 0 1B 1C 62 1A 3E
Octal 227 267 205 21 0 33 34 142 32 76
Binary 10010111 10110111 10000101 10001 0 11011 11100 1100010 11010 111110

Color Harmonies of #97B785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B785

Black with #97B785

Text Example


Text Example

White with #97B785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97B785; }

 p { color: rgb(151,183,133); }

 H1.HeaderClassName
 {
   color: #97B785;
 }
 .AnyTagClassName
 {
   color: #97B785;
 }
</style>

background-color css

<style>
 a { background-color: #97B785; }

 a { background-color: rgb(151,183,133); }

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

border-color css

<style>
 span { border-color: #97B785; }

 span { border-color: rgb(151,183,133); }

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