Html Css Color HEX #92C695 Dark Sea Green

📋 copy color: '#92C695'

red 146 ◦ green 198 ◦ blue 149

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

Shades of Dark Sea Green #92C695

Tints of Dark Sea Green #92C695

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.16%

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

R = 29.61%
G = 40.16%
B = 30.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#92C695 (or 0x92C695) is known color: Dark Sea Green. HEX triplet: 92, C6 and 95. RGB value is (146,198,149). Sum of RGB (Red+Green+Blue) = 146+198+149=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #92C695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C695 is #6D396A. Grayscale: #B1B1B1. Windows color (decimal): -7158123 or 9815698. OLE color: 9815698.

HSL color Cylindrical-coordinate representation of color #92C695: hue angle of 123.46º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92C695 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 198 149 -
CMYK 0.26 0 0.25 0.22
HSL 123.46º 0.31% 0.67% -
HSV(B) 123.46º 0.26% 0.78% -
XYZ 37.47 48.67 35.85 -
YUV 176.87 112.27 105.98 -
System Red Green Blue C M Y K H S L
Decimal 146 198 149 0.26 0 0.25 0.22 123.46 0.31 0.67
Hex 92 C6 95 1A 0 19 16 7B 1F 43
Octal 222 306 225 32 0 31 26 173 37 103
Binary 10010010 11000110 10010101 11010 0 11001 10110 1111011 11111 1000011

Color Harmonies of #92C695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C695

Black with #92C695

Text Example


Text Example

White with #92C695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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