Html Css Color HEX #95BBB3 Shadow Green

📋 copy color: '#95BBB3'

red 149 ◦ green 187 ◦ blue 179

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

Shades of Shadow Green #95BBB3

Tints of Shadow Green #95BBB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.76%

R = 28.93%
G = 36.31%
B = 34.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#95BBB3 (or 0x95BBB3) is known color: Shadow Green. HEX triplet: 95, BB and B3. RGB value is (149,187,179). Sum of RGB (Red+Green+Blue) = 149+187+179=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #95BBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBB3 is #6A444C. Grayscale: #AEAEAE. Windows color (decimal): -6964301 or 11778965. OLE color: 11778965.

HSL color Cylindrical-coordinate representation of color #95BBB3: hue angle of 167.37º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95BBB3 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 187 179 -
CMYK 0.20 0 0.04 0.27
HSL 167.37º 0.22% 0.66% -
HSV(B) 167.37º 0.2% 0.73% -
XYZ 38.3 45.18 49.35 -
YUV 174.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 149 187 179 0.20 0 0.04 0.27 167.37 0.22 0.66
Hex 95 BB B3 14 0 4 1B A7 16 42
Octal 225 273 263 24 0 4 33 247 26 102
Binary 10010101 10111011 10110011 10100 0 100 11011 10100111 10110 1000010

Color Harmonies of #95BBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BBB3

Black with #95BBB3

Text Example


Text Example

White with #95BBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,187,179); }

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

background-color css

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

 a { background-color: rgb(149,187,179); }

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

border-color css

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

 span { border-color: rgb(149,187,179); }

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