Html Css Color HEX #93BCB2 Shadow Green

📋 copy color: '#93BCB2'

red 147 ◦ green 188 ◦ blue 178

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

Shades of Shadow Green #93BCB2

Tints of Shadow Green #93BCB2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.65%

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

R = 28.65%
G = 36.65%
B = 34.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#93BCB2 (or 0x93BCB2) is known color: Shadow Green. HEX triplet: 93, BC and B2. RGB value is (147,188,178). Sum of RGB (Red+Green+Blue) = 147+188+178=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #93BCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BCB2 is #6C434D. Grayscale: #AEAEAE. Windows color (decimal): -7095118 or 11713683. OLE color: 11713683.

HSL color Cylindrical-coordinate representation of color #93BCB2: hue angle of 165.37º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93BCB2 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 188 178 -
CMYK 0.22 0 0.05 0.26
HSL 165.37º 0.23% 0.66% -
HSV(B) 165.37º 0.22% 0.74% -
XYZ 38.05 45.38 48.87 -
YUV 174.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 147 188 178 0.22 0 0.05 0.26 165.37 0.23 0.66
Hex 93 BC B2 16 0 5 1A A5 17 42
Octal 223 274 262 26 0 5 32 245 27 102
Binary 10010011 10111100 10110010 10110 0 101 11010 10100101 10111 1000010

Color Harmonies of #93BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BCB2

Black with #93BCB2

Text Example


Text Example

White with #93BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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