Html Css Color HEX #92B98C Dark Sea Green

📋 copy color: '#92B98C'

red 146 ◦ green 185 ◦ blue 140

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

Shades of Dark Sea Green #92B98C

Tints of Dark Sea Green #92B98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 31%
G = 39.28%
B = 29.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#92B98C (or 0x92B98C) is known color: Dark Sea Green. HEX triplet: 92, B9 and 8C. RGB value is (146,185,140). Sum of RGB (Red+Green+Blue) = 146+185+140=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #92B98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B98C is #6D4673. Grayscale: #A8A8A8. Windows color (decimal): -7161460 or 9222546. OLE color: 9222546.

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

Color convert

RGB 146 185 140 -
CMYK 0.21 0 0.24 0.27
HSL 112º 0.24% 0.64% -
HSV(B) 112º 0.24% 0.73% -
XYZ 33.94 42.7 31.26 -
YUV 168.21 112.08 112.16 -
System Red Green Blue C M Y K H S L
Decimal 146 185 140 0.21 0 0.24 0.27 112 0.24 0.64
Hex 92 B9 8C 15 0 18 1B 70 18 40
Octal 222 271 214 25 0 30 33 160 30 100
Binary 10010010 10111001 10001100 10101 0 11000 11011 1110000 11000 1000000

Color Harmonies of #92B98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B98C

Black with #92B98C

Text Example


Text Example

White with #92B98C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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