Html Css Color HEX #97AB83 Norway

📋 copy color: '#97AB83'

red 151 ◦ green 171 ◦ blue 131

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

Shades of Norway #97AB83

Tints of Norway #97AB83

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.75%

 BLUE value IS 131 (51.56% from 255) = 28.92%

R = 33.33%
G = 37.75%
B = 28.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#97AB83 (or 0x97AB83) is known color: Norway. HEX triplet: 97, AB and 83. RGB value is (151,171,131). Sum of RGB (Red+Green+Blue) = 151+171+131=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #97AB83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AB83 is #68547C. Grayscale: #A0A0A0. Windows color (decimal): -6837373 or 8629143. OLE color: 8629143.

HSL color Cylindrical-coordinate representation of color #97AB83: hue angle of 90º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97AB83 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 171 131 -
CMYK 0.12 0 0.23 0.33
HSL 90º 0.19% 0.59% -
HSV(B) 90º 0.23% 0.67% -
XYZ 31.42 37.34 27.02 -
YUV 160.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 151 171 131 0.12 0 0.23 0.33 90 0.19 0.59
Hex 97 AB 83 C 0 17 21 5A 13 3B
Octal 227 253 203 14 0 27 41 132 23 73
Binary 10010111 10101011 10000011 1100 0 10111 100001 1011010 10011 111011

Color Harmonies of #97AB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AB83

Black with #97AB83

Text Example


Text Example

White with #97AB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,171,131); }

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

background-color css

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

 a { background-color: rgb(151,171,131); }

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

border-color css

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

 span { border-color: rgb(151,171,131); }

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