Html Css Color HEX #95B899 Dark Sea Green

📋 copy color: '#95B899'

red 149 ◦ green 184 ◦ blue 153

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

Shades of Dark Sea Green #95B899

Tints of Dark Sea Green #95B899

RGB

 RED value IS 149 (58.59% from 255) = 30.66%

 GREEN value IS 184 (72.27% from 255) = 37.86%

 BLUE value IS 153 (60.16% from 255) = 31.48%

R = 30.66%
G = 37.86%
B = 31.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#95B899 (or 0x95B899) is known color: Dark Sea Green. HEX triplet: 95, B8 and 99. RGB value is (149,184,153). Sum of RGB (Red+Green+Blue) = 149+184+153=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 184 - color contains mainly: green. Hex color #95B899 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B899 is #6A4766. Grayscale: #AAAAAA. Windows color (decimal): -6965095 or 10074261. OLE color: 10074261.

HSL color Cylindrical-coordinate representation of color #95B899: hue angle of 126.86º 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 #95B899 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 184 153 -
CMYK 0.19 0 0.17 0.28
HSL 126.86º 0.2% 0.65% -
HSV(B) 126.86º 0.19% 0.72% -
XYZ 35.28 42.97 36.57 -
YUV 170 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 149 184 153 0.19 0 0.17 0.28 126.86 0.2 0.65
Hex 95 B8 99 13 0 11 1C 7F 14 41
Octal 225 270 231 23 0 21 34 177 24 101
Binary 10010101 10111000 10011001 10011 0 10001 11100 1111111 10100 1000001

Color Harmonies of #95B899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B899

Black with #95B899

Text Example


Text Example

White with #95B899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95B899; }

 p { color: rgb(149,184,153); }

 H1.HeaderClassName
 {
   color: #95B899;
 }
 .AnyTagClassName
 {
   color: #95B899;
 }
</style>

background-color css

<style>
 a { background-color: #95B899; }

 a { background-color: rgb(149,184,153); }

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

border-color css

<style>
 span { border-color: #95B899; }

 span { border-color: rgb(149,184,153); }

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