Html Css Color HEX #92C192 Dark Sea Green

📋 copy color: '#92C192'

red 146 ◦ green 193 ◦ blue 146

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

Shades of Dark Sea Green #92C192

Tints of Dark Sea Green #92C192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.1%

R = 30.1%
G = 39.79%
B = 30.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#92C192 (or 0x92C192) is known color: Dark Sea Green. HEX triplet: 92, C1 and 92. RGB value is (146,193,146). Sum of RGB (Red+Green+Blue) = 146+193+146=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #92C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C192 is #6D3E6D. Grayscale: #ADADAD. Windows color (decimal): -7159406 or 9617810. OLE color: 9617810.

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

Color convert

RGB 146 193 146 -
CMYK 0.24 0 0.24 0.24
HSL 120º 0.27% 0.66% -
HSV(B) 120º 0.24% 0.76% -
XYZ 36.11 46.33 34.23 -
YUV 173.59 112.43 108.32 -
System Red Green Blue C M Y K H S L
Decimal 146 193 146 0.24 0 0.24 0.24 120 0.27 0.66
Hex 92 C1 92 18 0 18 18 78 1B 42
Octal 222 301 222 30 0 30 30 170 33 102
Binary 10010010 11000001 10010010 11000 0 11000 11000 1111000 11011 1000010

Color Harmonies of #92C192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C192

Black with #92C192

Text Example


Text Example

White with #92C192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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