Html Css Color HEX #9CBC9F Dark Sea Green

📋 copy color: '#9CBC9F'

red 156 ◦ green 188 ◦ blue 159

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

Shades of Dark Sea Green #9CBC9F

Tints of Dark Sea Green #9CBC9F

RGB

 RED value IS 156 (61.33% from 255) = 31.01%

 GREEN value IS 188 (73.83% from 255) = 37.38%

 BLUE value IS 159 (62.5% from 255) = 31.61%

R = 31.01%
G = 37.38%
B = 31.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#9CBC9F (or 0x9CBC9F) is known color: Dark Sea Green. HEX triplet: 9C, BC and 9F. RGB value is (156,188,159). Sum of RGB (Red+Green+Blue) = 156+188+159=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBC9F is #634360. Grayscale: #AFAFAF. Windows color (decimal): -6505313 or 10468508. OLE color: 10468508.

HSL color Cylindrical-coordinate representation of color #9CBC9F: hue angle of 125.62º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBC9F is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 188 159 -
CMYK 0.17 0 0.15 0.26
HSL 125.63º 0.19% 0.67% -
HSV(B) 125.63º 0.17% 0.74% -
XYZ 37.95 45.54 39.59 -
YUV 175.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 156 188 159 0.17 0 0.15 0.26 125.63 0.19 0.67
Hex 9C BC 9F 11 0 F 1A 7E 13 43
Octal 234 274 237 21 0 17 32 176 23 103
Binary 10011100 10111100 10011111 10001 0 1111 11010 1111110 10011 1000011

Color Harmonies of #9CBC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBC9F

Black with #9CBC9F

Text Example


Text Example

White with #9CBC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CBC9F; }

 p { color: rgb(156,188,159); }

 H1.HeaderClassName
 {
   color: #9CBC9F;
 }
 .AnyTagClassName
 {
   color: #9CBC9F;
 }
</style>

background-color css

<style>
 a { background-color: #9CBC9F; }

 a { background-color: rgb(156,188,159); }

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

border-color css

<style>
 span { border-color: #9CBC9F; }

 span { border-color: rgb(156,188,159); }

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