Html Css Color HEX #92B896 Dark Sea Green

📋 copy color: '#92B896'

red 146 ◦ green 184 ◦ blue 150

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

Shades of Dark Sea Green #92B896

Tints of Dark Sea Green #92B896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.25%

R = 30.42%
G = 38.33%
B = 31.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#92B896 (or 0x92B896) is known color: Dark Sea Green. HEX triplet: 92, B8 and 96. RGB value is (146,184,150). Sum of RGB (Red+Green+Blue) = 146+184+150=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 184 - color contains mainly: green. Hex color #92B896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B896 is #6D4769. Grayscale: #A8A8A8. Windows color (decimal): -7161706 or 9877650. OLE color: 9877650.

HSL color Cylindrical-coordinate representation of color #92B896: hue angle of 126.32º 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 #92B896 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 146 184 150 -
CMYK 0.21 0 0.18 0.28
HSL 126.32º 0.21% 0.65% -
HSV(B) 126.32º 0.21% 0.72% -
XYZ 34.5 42.59 35.26 -
YUV 168.76 117.41 111.76 -
System Red Green Blue C M Y K H S L
Decimal 146 184 150 0.21 0 0.18 0.28 126.32 0.21 0.65
Hex 92 B8 96 15 0 12 1C 7E 15 41
Octal 222 270 226 25 0 22 34 176 25 101
Binary 10010010 10111000 10010110 10101 0 10010 11100 1111110 10101 1000001

Color Harmonies of #92B896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B896

Black with #92B896

Text Example


Text Example

White with #92B896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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