Html Css Color HEX #94B796 Dark Sea Green

📋 copy color: '#94B796'

red 148 ◦ green 183 ◦ blue 150

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

Shades of Dark Sea Green #94B796

Tints of Dark Sea Green #94B796

RGB

 RED value IS 148 (58.2% from 255) = 30.77%

 GREEN value IS 183 (71.88% from 255) = 38.05%

 BLUE value IS 150 (58.98% from 255) = 31.19%

R = 30.77%
G = 38.05%
B = 31.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#94B796 (or 0x94B796) is known color: Dark Sea Green. HEX triplet: 94, B7 and 96. RGB value is (148,183,150). Sum of RGB (Red+Green+Blue) = 148+183+150=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 183 - color contains mainly: green. Hex color #94B796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B796 is #6B4869. Grayscale: #A8A8A8. Windows color (decimal): -7030890 or 9877396. OLE color: 9877396.

HSL color Cylindrical-coordinate representation of color #94B796: hue angle of 123.43º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94B796 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 183 150 -
CMYK 0.19 0 0.18 0.28
HSL 123.43º 0.2% 0.65% -
HSV(B) 123.43º 0.19% 0.72% -
XYZ 34.65 42.36 35.21 -
YUV 168.77 117.4 113.18 -
System Red Green Blue C M Y K H S L
Decimal 148 183 150 0.19 0 0.18 0.28 123.43 0.2 0.65
Hex 94 B7 96 13 0 12 1C 7B 14 41
Octal 224 267 226 23 0 22 34 173 24 101
Binary 10010100 10110111 10010110 10011 0 10010 11100 1111011 10100 1000001

Color Harmonies of #94B796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B796

Black with #94B796

Text Example


Text Example

White with #94B796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94B796; }

 p { color: rgb(148,183,150); }

 H1.HeaderClassName
 {
   color: #94B796;
 }
 .AnyTagClassName
 {
   color: #94B796;
 }
</style>

background-color css

<style>
 a { background-color: #94B796; }

 a { background-color: rgb(148,183,150); }

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

border-color css

<style>
 span { border-color: #94B796; }

 span { border-color: rgb(148,183,150); }

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