Html Css Color HEX #92C095 Dark Sea Green

📋 copy color: '#92C095'

red 146 ◦ green 192 ◦ blue 149

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

Shades of Dark Sea Green #92C095

Tints of Dark Sea Green #92C095

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.43%

 BLUE value IS 149 (58.59% from 255) = 30.6%

R = 29.98%
G = 39.43%
B = 30.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#92C095 (or 0x92C095) is known color: Dark Sea Green. HEX triplet: 92, C0 and 95. RGB value is (146,192,149). Sum of RGB (Red+Green+Blue) = 146+192+149=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #92C095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C095 is #6D3F6A. Grayscale: #ADADAD. Windows color (decimal): -7159659 or 9814162. OLE color: 9814162.

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

Color convert

RGB 146 192 149 -
CMYK 0.24 0 0.22 0.25
HSL 123.91º 0.27% 0.66% -
HSV(B) 123.91º 0.24% 0.75% -
XYZ 36.13 45.98 35.4 -
YUV 173.34 114.26 108.5 -
System Red Green Blue C M Y K H S L
Decimal 146 192 149 0.24 0 0.22 0.25 123.91 0.27 0.66
Hex 92 C0 95 18 0 16 19 7C 1B 42
Octal 222 300 225 30 0 26 31 174 33 102
Binary 10010010 11000000 10010101 11000 0 10110 11001 1111100 11011 1000010

Color Harmonies of #92C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C095

Black with #92C095

Text Example


Text Example

White with #92C095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,192,149); }

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

background-color css

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

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

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

border-color css

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

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

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