Html Css Color HEX #95C192 Dark Sea Green

📋 copy color: '#95C192'

red 149 ◦ green 193 ◦ blue 146

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

Shades of Dark Sea Green #95C192

Tints of Dark Sea Green #95C192

RGB

 RED value IS 149 (58.59% from 255) = 30.53%

 GREEN value IS 193 (75.78% from 255) = 39.55%

 BLUE value IS 146 (57.42% from 255) = 29.92%

R = 30.53%
G = 39.55%
B = 29.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#95C192 (or 0x95C192) is known color: Dark Sea Green. HEX triplet: 95, C1 and 92. RGB value is (149,193,146). Sum of RGB (Red+Green+Blue) = 149+193+146=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 193 - color contains mainly: green. Hex color #95C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C192 is #6A3E6D. Grayscale: #AEAEAE. Windows color (decimal): -6962798 or 9617813. OLE color: 9617813.

HSL color Cylindrical-coordinate representation of color #95C192: hue angle of 116.17º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C192 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 193 146 -
CMYK 0.23 0 0.24 0.24
HSL 116.17º 0.27% 0.66% -
HSV(B) 116.17º 0.24% 0.76% -
XYZ 36.65 46.6 34.26 -
YUV 174.49 111.92 109.82 -
System Red Green Blue C M Y K H S L
Decimal 149 193 146 0.23 0 0.24 0.24 116.17 0.27 0.66
Hex 95 C1 92 17 0 18 18 74 1B 42
Octal 225 301 222 27 0 30 30 164 33 102
Binary 10010101 11000001 10010010 10111 0 11000 11000 1110100 11011 1000010

Color Harmonies of #95C192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C192

Black with #95C192

Text Example


Text Example

White with #95C192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95C192; }

 p { color: rgb(149,193,146); }

 H1.HeaderClassName
 {
   color: #95C192;
 }
 .AnyTagClassName
 {
   color: #95C192;
 }
</style>

background-color css

<style>
 a { background-color: #95C192; }

 a { background-color: rgb(149,193,146); }

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

border-color css

<style>
 span { border-color: #95C192; }

 span { border-color: rgb(149,193,146); }

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