Html Css Color HEX #92C38C Dark Sea Green

📋 copy color: '#92C38C'

red 146 ◦ green 195 ◦ blue 140

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

Shades of Dark Sea Green #92C38C

Tints of Dark Sea Green #92C38C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.54%

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

R = 30.35%
G = 40.54%
B = 29.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#92C38C (or 0x92C38C) is known color: Dark Sea Green. HEX triplet: 92, C3 and 8C. RGB value is (146,195,140). Sum of RGB (Red+Green+Blue) = 146+195+140=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #92C38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C38C is #6D3C73. Grayscale: #AEAEAE. Windows color (decimal): -7158900 or 9225106. OLE color: 9225106.

HSL color Cylindrical-coordinate representation of color #92C38C: hue angle of 113.45º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92C38C is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 146 195 140 -
CMYK 0.25 0 0.28 0.24
HSL 113.45º 0.31% 0.66% -
HSV(B) 113.45º 0.28% 0.76% -
XYZ 36.1 47.03 31.99 -
YUV 174.08 108.77 107.97 -
System Red Green Blue C M Y K H S L
Decimal 146 195 140 0.25 0 0.28 0.24 113.45 0.31 0.66
Hex 92 C3 8C 19 0 1C 18 71 1F 42
Octal 222 303 214 31 0 34 30 161 37 102
Binary 10010010 11000011 10001100 11001 0 11100 11000 1110001 11111 1000010

Color Harmonies of #92C38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C38C

Black with #92C38C

Text Example


Text Example

White with #92C38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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