Html Css Color HEX #92C896 Dark Sea Green

📋 copy color: '#92C896'

red 146 ◦ green 200 ◦ blue 150

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

Shades of Dark Sea Green #92C896

Tints of Dark Sea Green #92C896

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.32%

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

R = 29.44%
G = 40.32%
B = 30.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#92C896 (or 0x92C896) is known color: Dark Sea Green. HEX triplet: 92, C8 and 96. RGB value is (146,200,150). Sum of RGB (Red+Green+Blue) = 146+200+150=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #92C896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C896 is #6D3769. Grayscale: #B2B2B2. Windows color (decimal): -7157610 or 9881746. OLE color: 9881746.

HSL color Cylindrical-coordinate representation of color #92C896: hue angle of 124.44º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92C896 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 200 150 -
CMYK 0.27 0 0.25 0.22
HSL 124.44º 0.33% 0.68% -
HSV(B) 124.44º 0.27% 0.78% -
XYZ 38.01 49.62 36.43 -
YUV 178.15 112.11 105.07 -
System Red Green Blue C M Y K H S L
Decimal 146 200 150 0.27 0 0.25 0.22 124.44 0.33 0.68
Hex 92 C8 96 1B 0 19 16 7C 21 44
Octal 222 310 226 33 0 31 26 174 41 104
Binary 10010010 11001000 10010110 11011 0 11001 10110 1111100 100001 1000100

Color Harmonies of #92C896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C896

Black with #92C896

Text Example


Text Example

White with #92C896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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