Html Css Color HEX #8CBD93 Dark Sea Green

📋 copy color: '#8CBD93'

red 140 ◦ green 189 ◦ blue 147

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

Shades of Dark Sea Green #8CBD93

Tints of Dark Sea Green #8CBD93

RGB

 RED value IS 140 (55.08% from 255) = 29.41%

 GREEN value IS 189 (74.22% from 255) = 39.71%

 BLUE value IS 147 (57.81% from 255) = 30.88%

R = 29.41%
G = 39.71%
B = 30.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#8CBD93 (or 0x8CBD93) is known color: Dark Sea Green. HEX triplet: 8C, BD and 93. RGB value is (140,189,147). Sum of RGB (Red+Green+Blue) = 140+189+147=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBD93 is #73426C. Grayscale: #A9A9A9. Windows color (decimal): -7553645 or 9682316. OLE color: 9682316.

HSL color Cylindrical-coordinate representation of color #8CBD93: hue angle of 128.57º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBD93 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 189 147 -
CMYK 0.26 0 0.22 0.26
HSL 128.57º 0.27% 0.65% -
HSV(B) 128.57º 0.26% 0.74% -
XYZ 34.28 44.08 34.3 -
YUV 169.56 115.27 106.92 -
System Red Green Blue C M Y K H S L
Decimal 140 189 147 0.26 0 0.22 0.26 128.57 0.27 0.65
Hex 8C BD 93 1A 0 16 1A 81 1B 41
Octal 214 275 223 32 0 26 32 201 33 101
Binary 10001100 10111101 10010011 11010 0 10110 11010 10000001 11011 1000001

Color Harmonies of #8CBD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBD93

Black with #8CBD93

Text Example


Text Example

White with #8CBD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,189,147); }

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

background-color css

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

 a { background-color: rgb(140,189,147); }

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

border-color css

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

 span { border-color: rgb(140,189,147); }

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