Html Css Color HEX #93BBB2 Shadow Green

📋 copy color: '#93BBB2'

red 147 ◦ green 187 ◦ blue 178

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

Shades of Shadow Green #93BBB2

Tints of Shadow Green #93BBB2

RGB

 RED value IS 147 (57.81% from 255) = 28.71%

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

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

R = 28.71%
G = 36.52%
B = 34.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#93BBB2 (or 0x93BBB2) is known color: Shadow Green. HEX triplet: 93, BB and B2. RGB value is (147,187,178). Sum of RGB (Red+Green+Blue) = 147+187+178=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #93BBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BBB2 is #6C444D. Grayscale: #AEAEAE. Windows color (decimal): -7095374 or 11713427. OLE color: 11713427.

HSL color Cylindrical-coordinate representation of color #93BBB2: hue angle of 166.5º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93BBB2 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 187 178 -
CMYK 0.21 0 0.05 0.27
HSL 166.5º 0.23% 0.65% -
HSV(B) 166.5º 0.21% 0.73% -
XYZ 37.84 44.96 48.8 -
YUV 174.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 147 187 178 0.21 0 0.05 0.27 166.5 0.23 0.65
Hex 93 BB B2 15 0 5 1B A6 17 41
Octal 223 273 262 25 0 5 33 246 27 101
Binary 10010011 10111011 10110010 10101 0 101 11011 10100110 10111 1000001

Color Harmonies of #93BBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BBB2

Black with #93BBB2

Text Example


Text Example

White with #93BBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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