#92BD9B

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

Shades of Summer Green #92BD9B

Tints of Summer Green #92BD9B

Color information

#92BD9B (or 0x92BD9B) is unknown color: approx Summer Green. HEX triplet: 92, BD and 9B. RGB value is (146,189,155). Sum of RGB (Red+Green+Blue) = 146+189+155=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BD9B is #6D4264. Grayscale: #ACACAC. Windows color (decimal): -7160421 or 10206610. OLE color: 10206610.

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

Color convert

RGB146189155-
CMYK0.2300.180.26
HSL132.56º24.57%65.69%-
HSV(B)132.56º22.75%74.12%-
XYZ35.9744.8737.78-
YUV172.27118.25109.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.80%
GREEN value IS 189 (74.22% from 255) = 38.57%
BLUE value IS 155 (60.94% from 255) = 31.63%
R=29.80%
G=38.57%
B=31.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461891550.2300.180.26132.5624.5765.69
Hex92BD9B170121A851942
Octal222275233270223220531102
Binary100100101011110110011011101110100101101010000101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,189,155); }

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

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

 a { background-color: rgb(146,189,155); }

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

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

 span { border-color: rgb(146,189,155); }

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