Html Css Color HEX #97B385 Norway

📋 copy color: '#97B385'

red 151 ◦ green 179 ◦ blue 133

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

Shades of Norway #97B385

Tints of Norway #97B385

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.66%

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

R = 32.61%
G = 38.66%
B = 28.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#97B385 (or 0x97B385) is known color: Norway. HEX triplet: 97, B3 and 85. RGB value is (151,179,133). Sum of RGB (Red+Green+Blue) = 151+179+133=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #97B385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B385 is #684C7A. Grayscale: #A5A5A5. Windows color (decimal): -6835323 or 8762263. OLE color: 8762263.

HSL color Cylindrical-coordinate representation of color #97B385: hue angle of 96.52º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97B385 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 179 133 -
CMYK 0.16 0 0.26 0.30
HSL 96.52º 0.23% 0.61% -
HSV(B) 96.52º 0.26% 0.7% -
XYZ 33.12 40.51 28.26 -
YUV 165.38 109.72 117.74 -
System Red Green Blue C M Y K H S L
Decimal 151 179 133 0.16 0 0.26 0.30 96.52 0.23 0.61
Hex 97 B3 85 10 0 1A 1E 61 17 3D
Octal 227 263 205 20 0 32 36 141 27 75
Binary 10010111 10110011 10000101 10000 0 11010 11110 1100001 10111 111101

Color Harmonies of #97B385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B385

Black with #97B385

Text Example


Text Example

White with #97B385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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