Html Css Color HEX #92BE86 Dark Sea Green

📋 copy color: '#92BE86'

red 146 ◦ green 190 ◦ blue 134

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

Shades of Dark Sea Green #92BE86

Tints of Dark Sea Green #92BE86

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.43%

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

R = 31.06%
G = 40.43%
B = 28.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#92BE86 (or 0x92BE86) is known color: Dark Sea Green. HEX triplet: 92, BE and 86. RGB value is (146,190,134). Sum of RGB (Red+Green+Blue) = 146+190+134=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #92BE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BE86 is #6D4179. Grayscale: #AAAAAA. Windows color (decimal): -7160186 or 8830610. OLE color: 8830610.

HSL color Cylindrical-coordinate representation of color #92BE86: hue angle of 107.14º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92BE86 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 190 134 -
CMYK 0.23 0 0.29 0.25
HSL 107.14º 0.3% 0.64% -
HSV(B) 107.14º 0.29% 0.75% -
XYZ 34.57 44.66 29.35 -
YUV 170.46 107.42 110.55 -
System Red Green Blue C M Y K H S L
Decimal 146 190 134 0.23 0 0.29 0.25 107.14 0.3 0.64
Hex 92 BE 86 17 0 1D 19 6B 1E 40
Octal 222 276 206 27 0 35 31 153 36 100
Binary 10010010 10111110 10000110 10111 0 11101 11001 1101011 11110 1000000

Color Harmonies of #92BE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BE86

Black with #92BE86

Text Example


Text Example

White with #92BE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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