#92BCB1

Color #92BCB1 Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #92BCB1

Tints of Shadow Green #92BCB1

Color information

#92BCB1 (or 0x92BCB1) is unknown color: approx Shadow Green. HEX triplet: 92, BC and B1. RGB value is (146,188,177). Sum of RGB (Red+Green+Blue) = 146+188+177=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #92BCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BCB1 is #6D434E. Grayscale: #AEAEAE. Windows color (decimal): -7160655 or 11648146. OLE color: 11648146.

HSL color Cylindrical-coordinate representation of color #92BCB1: hue angle of 164.29º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92BCB1 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB146188177-
CMYK0.2200.060.26
HSL164.29º23.86%65.49%-
HSV(B)164.29º22.34%73.73%-
XYZ37.7745.2548.34-
YUV174.19129.59107.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.57%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 177 (69.53% from 255) = 34.64%
R=28.57%
G=36.79%
B=34.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461881770.2200.060.26164.2923.8665.49
Hex92BCB116061Aa41841
Octal22227426126063224430101
Binary1001001010111100101100011011001101101010100100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92BCB1; }

 p { color: rgb(146,188,177); }

 H1.HeaderClassName
 {
   color: #92BCB1;
 }
 .AnyTagClassName
 {
   color: #92BCB1;
 }
</style>
background-color css

<style>
 a { background-color: #92BCB1; }

 a { background-color: rgb(146,188,177); }

 div.DivClassName
 {
   background-color: #92BCB1;
 }
 .BgClassName
 {
   background-color: #92BCB1;
 }
</style>
border-color css

<style>
 span { border-color: #92BCB1; }

 span { border-color: rgb(146,188,177); }

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