Html Css Color HEX #97BA88 Norway

📋 copy color: '#97BA88'

red 151 ◦ green 186 ◦ blue 136

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

Shades of Norway #97BA88

Tints of Norway #97BA88

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.32%

 BLUE value IS 136 (53.52% from 255) = 28.75%

R = 31.92%
G = 39.32%
B = 28.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#97BA88 (or 0x97BA88) is known color: Norway. HEX triplet: 97, BA and 88. RGB value is (151,186,136). Sum of RGB (Red+Green+Blue) = 151+186+136=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BA88 is #684577. Grayscale: #AAAAAA. Windows color (decimal): -6833528 or 8960663. OLE color: 8960663.

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

Color convert

RGB 151 186 136 -
CMYK 0.19 0 0.27 0.27
HSL 102º 0.27% 0.63% -
HSV(B) 102º 0.27% 0.73% -
XYZ 34.77 43.47 29.85 -
YUV 169.84 108.9 114.57 -
System Red Green Blue C M Y K H S L
Decimal 151 186 136 0.19 0 0.27 0.27 102 0.27 0.63
Hex 97 BA 88 13 0 1B 1B 66 1B 3F
Octal 227 272 210 23 0 33 33 146 33 77
Binary 10010111 10111010 10001000 10011 0 11011 11011 1100110 11011 111111

Color Harmonies of #97BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BA88

Black with #97BA88

Text Example


Text Example

White with #97BA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,186,136); }

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

background-color css

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

 a { background-color: rgb(151,186,136); }

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

border-color css

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

 span { border-color: rgb(151,186,136); }

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