Html Css Color HEX #92B997 Dark Sea Green

📋 copy color: '#92B997'

red 146 ◦ green 185 ◦ blue 151

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

Shades of Dark Sea Green #92B997

Tints of Dark Sea Green #92B997

RGB

 RED value IS 146 (57.42% from 255) = 30.29%

 GREEN value IS 185 (72.66% from 255) = 38.38%

 BLUE value IS 151 (59.38% from 255) = 31.33%

R = 30.29%
G = 38.38%
B = 31.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#92B997 (or 0x92B997) is known color: Dark Sea Green. HEX triplet: 92, B9 and 97. RGB value is (146,185,151). Sum of RGB (Red+Green+Blue) = 146+185+151=482 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.29% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 185 - color contains mainly: green. Hex color #92B997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B997 is #6D4668. Grayscale: #A9A9A9. Windows color (decimal): -7161449 or 9943442. OLE color: 9943442.

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

Color convert

RGB 146 185 151 -
CMYK 0.21 0 0.18 0.27
HSL 127.69º 0.22% 0.65% -
HSV(B) 127.69º 0.21% 0.73% -
XYZ 34.79 43.04 35.75 -
YUV 169.46 117.58 111.26 -
System Red Green Blue C M Y K H S L
Decimal 146 185 151 0.21 0 0.18 0.27 127.69 0.22 0.65
Hex 92 B9 97 15 0 12 1B 80 16 41
Octal 222 271 227 25 0 22 33 200 26 101
Binary 10010010 10111001 10010111 10101 0 10010 11011 10000000 10110 1000001

Color Harmonies of #92B997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B997

Black with #92B997

Text Example


Text Example

White with #92B997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92B997; }

 p { color: rgb(146,185,151); }

 H1.HeaderClassName
 {
   color: #92B997;
 }
 .AnyTagClassName
 {
   color: #92B997;
 }
</style>

background-color css

<style>
 a { background-color: #92B997; }

 a { background-color: rgb(146,185,151); }

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

border-color css

<style>
 span { border-color: #92B997; }

 span { border-color: rgb(146,185,151); }

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