Html Css Color HEX #9CBF9F Dark Sea Green

📋 copy color: '#9CBF9F'

red 156 ◦ green 191 ◦ blue 159

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

Shades of Dark Sea Green #9CBF9F

Tints of Dark Sea Green #9CBF9F

RGB

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

 GREEN value IS 191 (75% from 255) = 37.75%

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

R = 30.83%
G = 37.75%
B = 31.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#9CBF9F (or 0x9CBF9F) is known color: Dark Sea Green. HEX triplet: 9C, BF and 9F. RGB value is (156,191,159). Sum of RGB (Red+Green+Blue) = 156+191+159=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBF9F is #634060. Grayscale: #B0B0B0. Windows color (decimal): -6504545 or 10469276. OLE color: 10469276.

HSL color Cylindrical-coordinate representation of color #9CBF9F: hue angle of 125.14º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CBF9F is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 191 159 -
CMYK 0.18 0 0.17 0.25
HSL 125.14º 0.21% 0.68% -
HSV(B) 125.14º 0.18% 0.75% -
XYZ 38.6 46.83 39.81 -
YUV 176.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 156 191 159 0.18 0 0.17 0.25 125.14 0.21 0.68
Hex 9C BF 9F 12 0 11 19 7D 15 44
Octal 234 277 237 22 0 21 31 175 25 104
Binary 10011100 10111111 10011111 10010 0 10001 11001 1111101 10101 1000100

Color Harmonies of #9CBF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBF9F

Black with #9CBF9F

Text Example


Text Example

White with #9CBF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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