Html Css Color HEX #94B992 Dark Sea Green

📋 copy color: '#94B992'

red 148 ◦ green 185 ◦ blue 146

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

Shades of Dark Sea Green #94B992

Tints of Dark Sea Green #94B992

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.62%

 BLUE value IS 146 (57.42% from 255) = 30.48%

R = 30.9%
G = 38.62%
B = 30.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#94B992 (or 0x94B992) is known color: Dark Sea Green. HEX triplet: 94, B9 and 92. RGB value is (148,185,146). Sum of RGB (Red+Green+Blue) = 148+185+146=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #94B992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B992 is #6B466D. Grayscale: #A9A9A9. Windows color (decimal): -7030382 or 9615764. OLE color: 9615764.

HSL color Cylindrical-coordinate representation of color #94B992: hue angle of 116.92º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94B992 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 185 146 -
CMYK 0.20 0 0.21 0.27
HSL 116.92º 0.22% 0.65% -
HSV(B) 116.92º 0.21% 0.73% -
XYZ 34.75 43.07 33.68 -
YUV 169.49 114.74 112.67 -
System Red Green Blue C M Y K H S L
Decimal 148 185 146 0.20 0 0.21 0.27 116.92 0.22 0.65
Hex 94 B9 92 14 0 15 1B 75 16 41
Octal 224 271 222 24 0 25 33 165 26 101
Binary 10010100 10111001 10010010 10100 0 10101 11011 1110101 10110 1000001

Color Harmonies of #94B992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B992

Black with #94B992

Text Example


Text Example

White with #94B992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,185,146); }

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

background-color css

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

 a { background-color: rgb(148,185,146); }

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

border-color css

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

 span { border-color: rgb(148,185,146); }

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