Html Css Color HEX #92B895 Dark Sea Green

📋 copy color: '#92B895'

red 146 ◦ green 184 ◦ blue 149

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

Shades of Dark Sea Green #92B895

Tints of Dark Sea Green #92B895

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.41%

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

R = 30.48%
G = 38.41%
B = 31.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#92B895 (or 0x92B895) is known color: Dark Sea Green. HEX triplet: 92, B8 and 95. RGB value is (146,184,149). Sum of RGB (Red+Green+Blue) = 146+184+149=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 184 - color contains mainly: green. Hex color #92B895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B895 is #6D476A. Grayscale: #A8A8A8. Windows color (decimal): -7161707 or 9812114. OLE color: 9812114.

HSL color Cylindrical-coordinate representation of color #92B895: hue angle of 124.74º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #92B895 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 146 184 149 -
CMYK 0.21 0 0.19 0.28
HSL 124.74º 0.21% 0.65% -
HSV(B) 124.74º 0.21% 0.72% -
XYZ 34.42 42.56 34.83 -
YUV 168.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 146 184 149 0.21 0 0.19 0.28 124.74 0.21 0.65
Hex 92 B8 95 15 0 13 1C 7D 15 41
Octal 222 270 225 25 0 23 34 175 25 101
Binary 10010010 10111000 10010101 10101 0 10011 11100 1111101 10101 1000001

Color Harmonies of #92B895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B895

Black with #92B895

Text Example


Text Example

White with #92B895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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