Html Css Color HEX #92C88C Dark Sea Green

📋 copy color: '#92C88C'

red 146 ◦ green 200 ◦ blue 140

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

Shades of Dark Sea Green #92C88C

Tints of Dark Sea Green #92C88C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.81%

R = 30.04%
G = 41.15%
B = 28.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#92C88C (or 0x92C88C) is known color: Dark Sea Green. HEX triplet: 92, C8 and 8C. RGB value is (146,200,140). Sum of RGB (Red+Green+Blue) = 146+200+140=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #92C88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C88C is #6D3773. Grayscale: #B1B1B1. Windows color (decimal): -7157620 or 9226386. OLE color: 9226386.

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

Color convert

RGB 146 200 140 -
CMYK 0.27 0 0.3 0.22
HSL 114º 0.35% 0.67% -
HSV(B) 114º 0.3% 0.78% -
XYZ 37.24 49.31 32.37 -
YUV 177.01 107.11 105.88 -
System Red Green Blue C M Y K H S L
Decimal 146 200 140 0.27 0 0.3 0.22 114 0.35 0.67
Hex 92 C8 8C 1B 0 1E 16 72 23 43
Octal 222 310 214 33 0 36 26 162 43 103
Binary 10010010 11001000 10001100 11011 0 11110 10110 1110010 100011 1000011

Color Harmonies of #92C88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C88C

Black with #92C88C

Text Example


Text Example

White with #92C88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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