Html Css Color HEX #94B492 Dark Sea Green

📋 copy color: '#94B492'

red 148 ◦ green 180 ◦ blue 146

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

Shades of Dark Sea Green #94B492

Tints of Dark Sea Green #94B492

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.97%

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

R = 31.22%
G = 37.97%
B = 30.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#94B492 (or 0x94B492) is known color: Dark Sea Green. HEX triplet: 94, B4 and 92. RGB value is (148,180,146). Sum of RGB (Red+Green+Blue) = 148+180+146=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #94B492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B492 is #6B4B6D. Grayscale: #A6A6A6. Windows color (decimal): -7031662 or 9614484. OLE color: 9614484.

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

Color convert

RGB 148 180 146 -
CMYK 0.18 0 0.19 0.29
HSL 116.47º 0.18% 0.64% -
HSV(B) 116.47º 0.19% 0.71% -
XYZ 33.72 41.01 33.33 -
YUV 166.56 116.4 114.76 -
System Red Green Blue C M Y K H S L
Decimal 148 180 146 0.18 0 0.19 0.29 116.47 0.18 0.64
Hex 94 B4 92 12 0 13 1D 74 12 40
Octal 224 264 222 22 0 23 35 164 22 100
Binary 10010100 10110100 10010010 10010 0 10011 11101 1110100 10010 1000000

Color Harmonies of #94B492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B492

Black with #94B492

Text Example


Text Example

White with #94B492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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