Html Css Color HEX #92C185 Dark Sea Green

📋 copy color: '#92C185'

red 146 ◦ green 193 ◦ blue 133

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

Shades of Dark Sea Green #92C185

Tints of Dark Sea Green #92C185

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.89%

 BLUE value IS 133 (52.34% from 255) = 28.18%

R = 30.93%
G = 40.89%
B = 28.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#92C185 (or 0x92C185) is known color: Dark Sea Green. HEX triplet: 92, C1 and 85. RGB value is (146,193,133). Sum of RGB (Red+Green+Blue) = 146+193+133=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #92C185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C185 is #6D3E7A. Grayscale: #ACACAC. Windows color (decimal): -7159419 or 8765842. OLE color: 8765842.

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

Color convert

RGB 146 193 133 -
CMYK 0.24 0 0.31 0.24
HSL 107º 0.33% 0.64% -
HSV(B) 107º 0.31% 0.76% -
XYZ 35.16 45.94 29.21 -
YUV 172.11 105.93 109.38 -
System Red Green Blue C M Y K H S L
Decimal 146 193 133 0.24 0 0.31 0.24 107 0.33 0.64
Hex 92 C1 85 18 0 1F 18 6B 21 40
Octal 222 301 205 30 0 37 30 153 41 100
Binary 10010010 11000001 10000101 11000 0 11111 11000 1101011 100001 1000000

Color Harmonies of #92C185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C185

Black with #92C185

Text Example


Text Example

White with #92C185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,193,133); }

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

background-color css

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

 a { background-color: rgb(146,193,133); }

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

border-color css

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

 span { border-color: rgb(146,193,133); }

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