Html Css Color HEX #92C486 Dark Sea Green

📋 copy color: '#92C486'

red 146 ◦ green 196 ◦ blue 134

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

Shades of Dark Sea Green #92C486

Tints of Dark Sea Green #92C486

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.18%

 BLUE value IS 134 (52.73% from 255) = 28.15%

R = 30.67%
G = 41.18%
B = 28.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#92C486 (or 0x92C486) is known color: Dark Sea Green. HEX triplet: 92, C4 and 86. RGB value is (146,196,134). Sum of RGB (Red+Green+Blue) = 146+196+134=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 196 - color contains mainly: green. Hex color #92C486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C486 is #6D3B79. Grayscale: #AEAEAE. Windows color (decimal): -7158650 or 8832146. OLE color: 8832146.

HSL color Cylindrical-coordinate representation of color #92C486: hue angle of 108.39º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92C486 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 146 196 134 -
CMYK 0.26 0 0.32 0.23
HSL 108.39º 0.34% 0.65% -
HSV(B) 108.39º 0.32% 0.77% -
XYZ 35.9 47.31 29.79 -
YUV 173.98 105.44 108.04 -
System Red Green Blue C M Y K H S L
Decimal 146 196 134 0.26 0 0.32 0.23 108.39 0.34 0.65
Hex 92 C4 86 1A 0 20 17 6C 22 41
Octal 222 304 206 32 0 40 27 154 42 101
Binary 10010010 11000100 10000110 11010 0 100000 10111 1101100 100010 1000001

Color Harmonies of #92C486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C486

Black with #92C486

Text Example


Text Example

White with #92C486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,196,134); }

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

background-color css

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

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

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

border-color css

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

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

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