Html Css Color HEX #8BC392 Dark Sea Green

📋 copy color: '#8BC392'

red 139 ◦ green 195 ◦ blue 146

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

Shades of Dark Sea Green #8BC392

Tints of Dark Sea Green #8BC392

RGB

 RED value IS 139 (54.69% from 255) = 28.96%

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

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

R = 28.96%
G = 40.63%
B = 30.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#8BC392 (or 0x8BC392) is known color: Dark Sea Green. HEX triplet: 8B, C3 and 92. RGB value is (139,195,146). Sum of RGB (Red+Green+Blue) = 139+195+146=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC392 is #743C6D. Grayscale: #ACACAC. Windows color (decimal): -7617646 or 9618315. OLE color: 9618315.

HSL color Cylindrical-coordinate representation of color #8BC392: hue angle of 127.5º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC392 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 139 195 146 -
CMYK 0.29 0 0.25 0.24
HSL 127.5º 0.32% 0.65% -
HSV(B) 127.5º 0.29% 0.76% -
XYZ 35.35 46.59 34.32 -
YUV 172.67 112.95 103.98 -
System Red Green Blue C M Y K H S L
Decimal 139 195 146 0.29 0 0.25 0.24 127.5 0.32 0.65
Hex 8B C3 92 1D 0 19 18 80 20 41
Octal 213 303 222 35 0 31 30 200 40 101
Binary 10001011 11000011 10010010 11101 0 11001 11000 10000000 100000 1000001

Color Harmonies of #8BC392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC392

Black with #8BC392

Text Example


Text Example

White with #8BC392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BC392; }

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

 H1.HeaderClassName
 {
   color: #8BC392;
 }
 .AnyTagClassName
 {
   color: #8BC392;
 }
</style>

background-color css

<style>
 a { background-color: #8BC392; }

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

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

border-color css

<style>
 span { border-color: #8BC392; }

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

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