Html Css Color HEX #92BC86 Dark Sea Green

📋 copy color: '#92BC86'

red 146 ◦ green 188 ◦ blue 134

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

Shades of Dark Sea Green #92BC86

Tints of Dark Sea Green #92BC86

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.17%

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

R = 31.2%
G = 40.17%
B = 28.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#92BC86 (or 0x92BC86) is known color: Dark Sea Green. HEX triplet: 92, BC and 86. RGB value is (146,188,134). Sum of RGB (Red+Green+Blue) = 146+188+134=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BC86 is #6D4379. Grayscale: #A9A9A9. Windows color (decimal): -7160698 or 8830098. OLE color: 8830098.

HSL color Cylindrical-coordinate representation of color #92BC86: hue angle of 106.67º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92BC86 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 188 134 -
CMYK 0.22 0 0.29 0.26
HSL 106.67º 0.29% 0.63% -
HSV(B) 106.67º 0.29% 0.74% -
XYZ 34.14 43.8 29.21 -
YUV 169.29 108.09 111.39 -
System Red Green Blue C M Y K H S L
Decimal 146 188 134 0.22 0 0.29 0.26 106.67 0.29 0.63
Hex 92 BC 86 16 0 1D 1A 6B 1D 3F
Octal 222 274 206 26 0 35 32 153 35 77
Binary 10010010 10111100 10000110 10110 0 11101 11010 1101011 11101 111111

Color Harmonies of #92BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BC86

Black with #92BC86

Text Example


Text Example

White with #92BC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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