Html Css Color HEX #94BB85 Dark Sea Green

📋 copy color: '#94BB85'

red 148 ◦ green 187 ◦ blue 133

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

Shades of Dark Sea Green #94BB85

Tints of Dark Sea Green #94BB85

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.96%

 BLUE value IS 133 (52.34% from 255) = 28.42%

R = 31.62%
G = 39.96%
B = 28.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#94BB85 (or 0x94BB85) is known color: Dark Sea Green. HEX triplet: 94, BB and 85. RGB value is (148,187,133). Sum of RGB (Red+Green+Blue) = 148+187+133=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BB85 is #6B447A. Grayscale: #A9A9A9. Windows color (decimal): -7029883 or 8764308. OLE color: 8764308.

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

Color convert

RGB 148 187 133 -
CMYK 0.21 0 0.29 0.27
HSL 103.33º 0.28% 0.63% -
HSV(B) 103.33º 0.29% 0.73% -
XYZ 34.22 43.53 28.79 -
YUV 169.18 107.58 112.89 -
System Red Green Blue C M Y K H S L
Decimal 148 187 133 0.21 0 0.29 0.27 103.33 0.28 0.63
Hex 94 BB 85 15 0 1D 1B 67 1C 3F
Octal 224 273 205 25 0 35 33 147 34 77
Binary 10010100 10111011 10000101 10101 0 11101 11011 1100111 11100 111111

Color Harmonies of #94BB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BB85

Black with #94BB85

Text Example


Text Example

White with #94BB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,187,133); }

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

background-color css

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

 a { background-color: rgb(148,187,133); }

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

border-color css

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

 span { border-color: rgb(148,187,133); }

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