Html Css Color HEX #95BBB2 Shadow Green

📋 copy color: '#95BBB2'

red 149 ◦ green 187 ◦ blue 178

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

Shades of Shadow Green #95BBB2

Tints of Shadow Green #95BBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.63%

R = 28.99%
G = 36.38%
B = 34.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#95BBB2 (or 0x95BBB2) is known color: Shadow Green. HEX triplet: 95, BB and B2. RGB value is (149,187,178). Sum of RGB (Red+Green+Blue) = 149+187+178=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 187 - color contains mainly: green. Hex color #95BBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BBB2 is #6A444D. Grayscale: #AEAEAE. Windows color (decimal): -6964302 or 11713429. OLE color: 11713429.

HSL color Cylindrical-coordinate representation of color #95BBB2: hue angle of 165.79º 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 #95BBB2 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 187 178 -
CMYK 0.20 0 0.05 0.27
HSL 165.79º 0.22% 0.66% -
HSV(B) 165.79º 0.2% 0.73% -
XYZ 38.2 45.14 48.82 -
YUV 174.61 129.91 109.73 -
System Red Green Blue C M Y K H S L
Decimal 149 187 178 0.20 0 0.05 0.27 165.79 0.22 0.66
Hex 95 BB B2 14 0 5 1B A6 16 42
Octal 225 273 262 24 0 5 33 246 26 102
Binary 10010101 10111011 10110010 10100 0 101 11011 10100110 10110 1000010

Color Harmonies of #95BBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BBB2

Black with #95BBB2

Text Example


Text Example

White with #95BBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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