Html Css Color HEX #97BB94 Dark Sea Green

📋 copy color: '#97BB94'

red 151 ◦ green 187 ◦ blue 148

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

Shades of Dark Sea Green #97BB94

Tints of Dark Sea Green #97BB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.45%

R = 31.07%
G = 38.48%
B = 30.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#97BB94 (or 0x97BB94) is known color: Dark Sea Green. HEX triplet: 97, BB and 94. RGB value is (151,187,148). Sum of RGB (Red+Green+Blue) = 151+187+148=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BB94 is #68446B. Grayscale: #ABABAB. Windows color (decimal): -6833260 or 9747351. OLE color: 9747351.

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

Color convert

RGB 151 187 148 -
CMYK 0.19 0 0.21 0.27
HSL 115.38º 0.22% 0.66% -
HSV(B) 115.38º 0.21% 0.73% -
XYZ 35.88 44.26 34.67 -
YUV 171.79 114.57 113.17 -
System Red Green Blue C M Y K H S L
Decimal 151 187 148 0.19 0 0.21 0.27 115.38 0.22 0.66
Hex 97 BB 94 13 0 15 1B 73 16 42
Octal 227 273 224 23 0 25 33 163 26 102
Binary 10010111 10111011 10010100 10011 0 10101 11011 1110011 10110 1000010

Color Harmonies of #97BB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BB94

Black with #97BB94

Text Example


Text Example

White with #97BB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,187,148); }

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

background-color css

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

 a { background-color: rgb(151,187,148); }

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

border-color css

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

 span { border-color: rgb(151,187,148); }

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