Html Css Color HEX #9CBF9C Dark Sea Green

📋 copy color: '#9CBF9C'

red 156 ◦ green 191 ◦ blue 156

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

Shades of Dark Sea Green #9CBF9C

Tints of Dark Sea Green #9CBF9C

RGB

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

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

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

R = 31.01%
G = 37.97%
B = 31.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#9CBF9C (or 0x9CBF9C) is known color: Dark Sea Green. HEX triplet: 9C, BF and 9C. RGB value is (156,191,156). Sum of RGB (Red+Green+Blue) = 156+191+156=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBF9C is #634063. Grayscale: #B0B0B0. Windows color (decimal): -6504548 or 10272668. OLE color: 10272668.

HSL color Cylindrical-coordinate representation of color #9CBF9C: hue angle of 120º 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 #9CBF9C is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 191 156 -
CMYK 0.18 0 0.18 0.25
HSL 120º 0.21% 0.68% -
HSV(B) 120º 0.18% 0.75% -
XYZ 38.34 46.73 38.45 -
YUV 176.55 116.4 113.35 -
System Red Green Blue C M Y K H S L
Decimal 156 191 156 0.18 0 0.18 0.25 120 0.21 0.68
Hex 9C BF 9C 12 0 12 19 78 15 44
Octal 234 277 234 22 0 22 31 170 25 104
Binary 10011100 10111111 10011100 10010 0 10010 11001 1111000 10101 1000100

Color Harmonies of #9CBF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBF9C

Black with #9CBF9C

Text Example


Text Example

White with #9CBF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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