Html Css Color HEX #94B591 Dark Sea Green

📋 copy color: '#94B591'

red 148 ◦ green 181 ◦ blue 145

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

Shades of Dark Sea Green #94B591

Tints of Dark Sea Green #94B591

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.19%

 BLUE value IS 145 (57.03% from 255) = 30.59%

R = 31.22%
G = 38.19%
B = 30.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#94B591 (or 0x94B591) is known color: Dark Sea Green. HEX triplet: 94, B5 and 91. RGB value is (148,181,145). Sum of RGB (Red+Green+Blue) = 148+181+145=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 181 - color contains mainly: green. Hex color #94B591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B591 is #6B4A6E. Grayscale: #A7A7A7. Windows color (decimal): -7031407 or 9549204. OLE color: 9549204.

HSL color Cylindrical-coordinate representation of color #94B591: hue angle of 115º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94B591 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 181 145 -
CMYK 0.18 0 0.20 0.29
HSL 115º 0.2% 0.64% -
HSV(B) 115º 0.2% 0.71% -
XYZ 33.85 41.39 32.99 -
YUV 167.03 115.57 114.43 -
System Red Green Blue C M Y K H S L
Decimal 148 181 145 0.18 0 0.20 0.29 115 0.2 0.64
Hex 94 B5 91 12 0 14 1D 73 14 40
Octal 224 265 221 22 0 24 35 163 24 100
Binary 10010100 10110101 10010001 10010 0 10100 11101 1110011 10100 1000000

Color Harmonies of #94B591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B591

Black with #94B591

Text Example


Text Example

White with #94B591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,181,145); }

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

background-color css

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

 a { background-color: rgb(148,181,145); }

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

border-color css

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

 span { border-color: rgb(148,181,145); }

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