Html Css Color HEX #92C696 Dark Sea Green

📋 copy color: '#92C696'

red 146 ◦ green 198 ◦ blue 150

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

Shades of Dark Sea Green #92C696

Tints of Dark Sea Green #92C696

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.08%

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

R = 29.55%
G = 40.08%
B = 30.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#92C696 (or 0x92C696) is known color: Dark Sea Green. HEX triplet: 92, C6 and 96. RGB value is (146,198,150). Sum of RGB (Red+Green+Blue) = 146+198+150=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 198 - color contains mainly: green. Hex color #92C696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C696 is #6D3969. Grayscale: #B1B1B1. Windows color (decimal): -7158122 or 9881234. OLE color: 9881234.

HSL color Cylindrical-coordinate representation of color #92C696: hue angle of 124.62º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92C696 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 198 150 -
CMYK 0.26 0 0.24 0.22
HSL 124.62º 0.31% 0.67% -
HSV(B) 124.62º 0.26% 0.78% -
XYZ 37.55 48.7 36.28 -
YUV 176.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 146 198 150 0.26 0 0.24 0.22 124.62 0.31 0.67
Hex 92 C6 96 1A 0 18 16 7D 1F 43
Octal 222 306 226 32 0 30 26 175 37 103
Binary 10010010 11000110 10010110 11010 0 11000 10110 1111101 11111 1000011

Color Harmonies of #92C696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C696

Black with #92C696

Text Example


Text Example

White with #92C696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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